Sfoglia il codice sorgente

Merge pull request #1510 from docdawning/Development

Trivial spelling correction
daid 9 anni fa
parent
commit
266ff227cf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/stepper.cpp

+ 1
- 1
Marlin/stepper.cpp Vedi File

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

Loading…
Annulla
Salva