diff --git a/Marlin/stepper.cpp b/Marlin/stepper.cpp
index 1b831cc8fb09c38024fc881e52ed190c6e70cebe..6649716888984ea99f26352e7d2b134f3282ae0b 100644
--- a/Marlin/stepper.cpp
+++ b/Marlin/stepper.cpp
@@ -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