175,176c175,177
< * Based on the clock of the object, determine the tick when the
< * next cycle begins, in other words, return the next clock edge.
---
> * Based on the clock of the object, determine the tick when the next
> * cycle begins, in other words, return the next clock edge.
> * (This can never be the current tick.)
181c182
< { return clockEdge(); }
---
> { return clockEdge(Cycles(1)); }