From ec3aa06caf203864384ccb4c2138456524e6ef90 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 23 Jul 2017 22:16:00 -0400 Subject: [PATCH] Removed dangling reference. --- Processors/Z80/Z80.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Processors/Z80/Z80.hpp b/Processors/Z80/Z80.hpp index ad00d3d6a..6de70af79 100644 --- a/Processors/Z80/Z80.hpp +++ b/Processors/Z80/Z80.hpp @@ -1697,7 +1697,7 @@ template class Processor: public ClockReceiver> { } /*! - 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. */