Browse Source

Fix typo in Configuration_adv.h (#18570)

notabucketofspam 5 years ago
parent
commit
588d40aedf
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -1829,7 +1829,7 @@
1829 1829
 
1830 1830
 // @section motion
1831 1831
 
1832
-// The number of lineear moves that can be in the planner at once.
1832
+// The number of linear moves that can be in the planner at once.
1833 1833
 // The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
1834 1834
 #if BOTH(SDSUPPORT, DIRECT_STEPPING)
1835 1835
   #define BLOCK_BUFFER_SIZE  8

Loading…
Cancel
Save