소스 검색

Trivial spelling correction

DocDawning 10 년 전
부모
커밋
dfd4e74a5c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/stepper.cpp

+ 1
- 1
Marlin/stepper.cpp 파일 보기

43
 //===========================================================================
43
 //===========================================================================
44
 //=============================private variables ============================
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
 // Variables used by The Stepper Driver Interrupt
48
 // Variables used by The Stepper Driver Interrupt
49
 static unsigned char out_bits;        // The next stepping-bits to be output
49
 static unsigned char out_bits;        // The next stepping-bits to be output

Loading…
취소
저장