diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2007-06-30 17:45:58 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2007-06-30 17:45:58 -0700 |
commit | ee54ad318a63e868ab10bbc1b714bbb8209a11da (patch) | |
tree | b4783ee1ccd126ab5925c25dd505630eecca4cc1 /src/arch | |
parent | f0c4dd79200bb76f472aa09d6aff02b67a1db8c5 (diff) | |
download | gem5-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/arch')
-rwxr-xr-x | src/arch/mips/regfile/misc_regfile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/regfile/misc_regfile.cc b/src/arch/mips/regfile/misc_regfile.cc index c97d93cf9..71be3adf9 100755 --- a/src/arch/mips/regfile/misc_regfile.cc +++ b/src/arch/mips/regfile/misc_regfile.cc @@ -357,7 +357,7 @@ MiscRegFile::CP0Event::process() const char * MiscRegFile::CP0Event::description() { - return "Coprocessor-0 event"; + return "Coprocessor-0"; } void |