summaryrefslogtreecommitdiff
path: root/src/sim/stat_control.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/stat_control.cc')
-rw-r--r--src/sim/stat_control.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sim/stat_control.cc b/src/sim/stat_control.cc
index 83089f399..75e717bfa 100644
--- a/src/sim/stat_control.cc
+++ b/src/sim/stat_control.cc
@@ -157,8 +157,8 @@ Global::Global()
finalTick
.functor(statFinalTick)
.name("final_tick")
- .desc("Number of ticks from beginning of simulation \
-(restored from checkpoints and never reset)")
+ .desc("Number of ticks from beginning of simulation "
+ "(restored from checkpoints and never reset)")
;
hostInstRate