Track the PC of the cache data stored in fetch so it doesn't access memory multiple...
[gem5.git] / src / cpu / cpuevent.hh
index 11ac7aafbab5c020d210b62d85a10eaef1e03649..9dfae27cf3f29899230c947f85d6603055bc6bab 100644 (file)
@@ -36,7 +36,7 @@
 
 class ThreadContext;
 
-/** This class creates a global list of events than need a pointer to an
+/** This class creates a global list of events that need a pointer to a
  * thread context. When a switchover takes place the events can be migrated
  * to the new thread context, otherwise you could have a wake timer interrupt
  * go off on a switched out cpu or other unfortunate events. This object MUST be