cpu: Fix timing CPU isDrained comment formatting
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 20 Aug 2013 15:21:27 +0000 (11:21 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 20 Aug 2013 15:21:27 +0000 (11:21 -0400)
This patch fixes up the comment formatting for isDrained in the timing
CPU.

src/cpu/simple/timing.hh

index 52807ba086b3cbdb08c99c33ad292ec781606d1a..03264315e93803fd4e4491951204a15355b2e8d6 100644 (file)
@@ -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() {