cpu: Fix timing CPU isDrained comment formatting

This patch fixes up the comment formatting for isDrained in the timing
CPU.
This commit is contained in:
Andreas Hansson
2013-08-20 11:21:27 -04:00
parent c57c452143
commit c6062a3981

View 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() {