summaryrefslogtreecommitdiffstats
path: root/app/tacho.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/tacho.c')
-rw-r--r--app/tacho.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tacho.c b/app/tacho.c
index 2938c87..87f398f 100644
--- a/app/tacho.c
+++ b/app/tacho.c
@@ -40,7 +40,7 @@ TACHO_ISR (void)
if (!diff)
return;
-/* uint32_t is able to express 60s in clock ticks, so divide everything by 2 */
+/* uint32_t is un-able to express 60s in clock ticks, so divide everything by 2 */
diff >>= 1;