diff options
-rw-r--r-- | src/cpu/simple/timing.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/simple/timing.hh b/src/cpu/simple/timing.hh index 52807ba08..03264315e 100644 --- a/src/cpu/simple/timing.hh +++ b/src/cpu/simple/timing.hh @@ -322,8 +322,8 @@ class TimingSimpleCPU : public BaseSimpleCPU * <li>Stay at PC is true. * * <li>A fetch event is scheduled. Normally this would never be the - case with microPC() == 0, but right after a context is - activated it can happen. + * case with microPC() == 0, but right after a context is + * activated it can happen. * </ul> */ bool isDrained() { |