summaryrefslogtreecommitdiff
path: root/inc/stage.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/stage.h')
-rw-r--r--inc/stage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/stage.h b/inc/stage.h
index 745e0ff..7dcb7b4 100644
--- a/inc/stage.h
+++ b/inc/stage.h
@@ -50,7 +50,7 @@ class Stage
* ready to accept a new instruction object next cycle.
* @return a DTO object containing the next instruction to be processed.
*
- * Must set the status to WAIT when the current instruction is evicted..
+ * Must set the status to READY when the current instruction is evicted..
*/
virtual InstrDTO *advance(Response p);