Event descriptions should not end in "event"

(they function as adjectives not nouns)

--HG--
extra : convert_revision : 6506474ff3356ae8c80ed276c3608d8a4680bfdb
This commit is contained in:
Steve Reinhardt
2007-06-30 17:45:58 -07:00
parent f0c4dd7920
commit ee54ad318a
21 changed files with 26 additions and 26 deletions

View File

@@ -67,7 +67,7 @@ template <class Impl>
const char *
DefaultCommit<Impl>::TrapEvent::description()
{
return "Trap event";
return "Trap";
}
template <class Impl>