From d1b89392a2ede51d6e44be575136ceb1c4521092 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 24 Jun 2021 22:18:31 -0400 Subject: [PATCH] Improve exposiiton. --- ClockReceiver/ClockReceiver.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClockReceiver/ClockReceiver.hpp b/ClockReceiver/ClockReceiver.hpp index 1a3ddfdb9..6867b1898 100644 --- a/ClockReceiver/ClockReceiver.hpp +++ b/ClockReceiver/ClockReceiver.hpp @@ -213,7 +213,7 @@ class HalfCycles: public WrappedInt { /*! Severs from @c this the effect of dividing by @c divisor; @c this will end up with - the value of @c this modulo @c divisor and @c divided by @c divisor is returned. + the value of @c this modulo @c divisor . @c this divided by @c divisor is returned. */ forceinline Cycles divide_cycles(const Cycles &divisor) { const HalfCycles half_divisor = HalfCycles(divisor);