summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2013-08-20 11:21:27 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2013-08-20 11:21:27 -0400
commitc6062a3981e121d43ace2313766bdd4a1ce52d94 (patch)
tree99b8c1533d238d3d13115d9610a6cd076a27186d
parentc57c452143695f3e8e8ed2d311e4766a1c16ccc7 (diff)
downloadgem5-c6062a3981e121d43ace2313766bdd4a1ce52d94.tar.xz
cpu: Fix timing CPU isDrained comment formatting
This patch fixes up the comment formatting for isDrained in the timing CPU.
-rw-r--r--src/cpu/simple/timing.hh4
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() {