From: Ben Harris Date: Sat, 24 Nov 2018 10:04:03 +0000 (+0000) Subject: Comment correction: refer to Clock No. 36 in present tense. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=5fc5891f54dd90ad6b250ed860764ca7cc3be77e;p=clunk.git Comment correction: refer to Clock No. 36 in present tense. They still exist, albeit probably not in BT service. --- 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 */