aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/stepcompress.c
diff options
context:
space:
mode:
authorMichael Barbour <barbour.michael.0@gmail.com>2018-06-03 23:51:30 -0400
committerKevinOConnor <kevin@koconnor.net>2018-06-04 09:41:55 -0400
commita748cf39eb410a9567563d44b928039532dee4c3 (patch)
treee509af50b0788ef9e6988ddc36e16795f67177b2 /klippy/chelper/stepcompress.c
parentf020ed179eaf5e5db674c2d606f3ff7a13d12cd2 (diff)
downloadkutter-a748cf39eb410a9567563d44b928039532dee4c3.tar.gz
kutter-a748cf39eb410a9567563d44b928039532dee4c3.tar.xz
kutter-a748cf39eb410a9567563d44b928039532dee4c3.zip
stepcompress: Fix comment typo.
Signed-off-by: Michael Barbour <barbour.michael.0@gmail.com>
Diffstat (limited to 'klippy/chelper/stepcompress.c')
-rw-r--r--klippy/chelper/stepcompress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/chelper/stepcompress.c b/klippy/chelper/stepcompress.c
index 6c5f766f..7bb72b96 100644
--- a/klippy/chelper/stepcompress.c
+++ b/klippy/chelper/stepcompress.c
@@ -11,7 +11,7 @@
// add parameters such that 'count' pulses occur, with each step event
// calculating the next step event time using:
// next_wake_time = last_wake_time + interval; interval += add
-// This code is writtin in C (instead of python) for processing
+// This code is written in C (instead of python) for processing
// efficiency - the repetitive integer math is vastly faster in C.
#include <math.h> // sqrt