diff options
author | Michael Barbour <barbour.michael.0@gmail.com> | 2018-06-03 23:51:30 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-06-04 09:41:55 -0400 |
commit | a748cf39eb410a9567563d44b928039532dee4c3 (patch) | |
tree | e509af50b0788ef9e6988ddc36e16795f67177b2 /klippy/chelper/stepcompress.c | |
parent | f020ed179eaf5e5db674c2d606f3ff7a13d12cd2 (diff) | |
download | kutter-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.c | 2 |
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 |