1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00

Updated comment per new method name.

This commit is contained in:
Thomas Harte 2017-07-24 21:19:49 -04:00
parent 8a2bdb8d22
commit 677ed463f0

View File

@ -830,7 +830,7 @@ template <class T> class Processor: public ProcessorBase, public ClockReceiver<P
}
/*!
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 6502 template may override this.
*/