summaryrefslogtreecommitdiff
path: root/src/cpu/o3/lsq_unit_impl.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2007-06-30 17:45:58 -0700
committerSteve Reinhardt <stever@eecs.umich.edu>2007-06-30 17:45:58 -0700
commitee54ad318a63e868ab10bbc1b714bbb8209a11da (patch)
treeb4783ee1ccd126ab5925c25dd505630eecca4cc1 /src/cpu/o3/lsq_unit_impl.hh
parentf0c4dd79200bb76f472aa09d6aff02b67a1db8c5 (diff)
downloadgem5-ee54ad318a63e868ab10bbc1b714bbb8209a11da.tar.xz
Event descriptions should not end in "event"
(they function as adjectives not nouns) --HG-- extra : convert_revision : 6506474ff3356ae8c80ed276c3608d8a4680bfdb
Diffstat (limited to 'src/cpu/o3/lsq_unit_impl.hh')
-rw-r--r--src/cpu/o3/lsq_unit_impl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/lsq_unit_impl.hh b/src/cpu/o3/lsq_unit_impl.hh
index 91e616589..810a6d29f 100644
--- a/src/cpu/o3/lsq_unit_impl.hh
+++ b/src/cpu/o3/lsq_unit_impl.hh
@@ -69,7 +69,7 @@ template<class Impl>
const char *
LSQUnit<Impl>::WritebackEvent::description()
{
- return "Store writeback event";
+ return "Store writeback";
}
template<class Impl>