Merge pull request #1510 from docdawning/Development

Trivial spelling correction
This commit is contained in:
daid 2015-02-17 20:59:32 +01:00
commit 266ff227cf

View File

@ -43,7 +43,7 @@ block_t *current_block; // A pointer to the block currently being traced
//===========================================================================
//=============================private variables ============================
//===========================================================================
//static makes it inpossible to be called from outside of this file by extern.!
//static makes it impossible to be called from outside of this file by extern.!
// Variables used by The Stepper Driver Interrupt
static unsigned char out_bits; // The next stepping-bits to be output