1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Removed dangling reference.

This commit is contained in:
Thomas Harte 2017-07-23 22:16:00 -04:00
parent ba088e5545
commit ec3aa06caf

View File

@ -1697,7 +1697,7 @@ template <class T> class Processor: public ClockReceiver<Processor<T>> {
}
/*!
Called to announce the end of a run_for_cycles period, allowing deferred work to take place.
Called to announce the end of a run_for period, allowing deferred work to take place.
Users of the Z80 template may override this.
*/