From 5fc5891f54dd90ad6b250ed860764ca7cc3be77e Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 24 Nov 2018 10:04:03 +0000 Subject: [PATCH] Comment correction: refer to Clock No. 36 in present tense. They still exist, albeit probably not in BT service. --- clunk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clunk.c b/clunk.c index 9e18542..4f9fd0b 100644 --- a/clunk.c +++ b/clunk.c @@ -18,9 +18,9 @@ static long const pulsewidth = 200000000; /* nanoseconds */ /* - * Minimum gap between pulses. The fastest a Clock No. 36 could emit - * pulses was once per second, so with a maximum pulse width of - * 500 ms, that leaves 500 ms between pulses. + * Minimum gap between pulses. The fastest a Clock No. 36 can emit + * pulses is once per second, so with a maximum pulse width of 500 ms, + * that leaves 500 ms between pulses. */ static long const gapwidth = 500000000; /* nanoseconds */ -- 2.30.2