From dfd4e74a5cf1b4de795686655933e89dd88a46c6 Mon Sep 17 00:00:00 2001 From: DocDawning Date: Tue, 17 Feb 2015 12:37:05 -0700 Subject: [PATCH] Trivial spelling correction --- Marlin/stepper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/stepper.cpp b/Marlin/stepper.cpp index 1b831cc8fb..6649716888 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