aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-10-01 22:38:28 -0400
committerKevin O'Connor <kevin@koconnor.net>2017-10-02 11:00:23 -0400
commiteaeb8311076a2b0f67141019d633da2dfde4dfa2 (patch)
tree9d0e5a7e1992266adeec5e2dfa1c423c7935b246 /src
parent459695e9d7b85793b2d7b04230cd02310f1f5880 (diff)
downloadkutter-eaeb8311076a2b0f67141019d633da2dfde4dfa2.tar.gz
kutter-eaeb8311076a2b0f67141019d633da2dfde4dfa2.tar.xz
kutter-eaeb8311076a2b0f67141019d633da2dfde4dfa2.zip
endstop: Fix typo in comment
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src')
-rw-r--r--src/endstop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/endstop.c b/src/endstop.c
index 67110f46..c6a00ec8 100644
--- a/src/endstop.c
+++ b/src/endstop.c
@@ -51,7 +51,7 @@ end_stop_event(struct timer *t)
return end_stop_oversample_event(t);
}
-// Timer callback for an end stop this is sampling extra times
+// Timer callback for an end stop that is sampling extra times
static uint_fast8_t
end_stop_oversample_event(struct timer *t)
{