diff options
Diffstat (limited to 'src/mem/ruby/common')
-rw-r--r-- | src/mem/ruby/common/Global.hh | 4 | ||||
-rw-r--r-- | src/mem/ruby/common/NetDest.cc | 2 | ||||
-rw-r--r-- | src/mem/ruby/common/NetDest.hh | 2 | ||||
-rw-r--r-- | src/mem/ruby/common/Set.cc | 8 | ||||
-rw-r--r-- | src/mem/ruby/common/Set.hh | 6 |
5 files changed, 11 insertions, 11 deletions
diff --git a/src/mem/ruby/common/Global.hh b/src/mem/ruby/common/Global.hh index 2f42aabcb..205b2bcb2 100644 --- a/src/mem/ruby/common/Global.hh +++ b/src/mem/ruby/common/Global.hh @@ -97,8 +97,8 @@ extern RubySystem* g_system_ptr; class Debug; extern Debug* g_debug_ptr; -// FIXME: this is required by the contructor of Directory_Entry.h. It can't go -// into slicc_util.h because it opens a can of ugly worms +// FIXME: this is required by the contructor of Directory_Entry.hh. It can't go +// into slicc_util.hh because it opens a can of ugly worms extern inline int max_tokens() { return 1024; diff --git a/src/mem/ruby/common/NetDest.cc b/src/mem/ruby/common/NetDest.cc index 951307395..390d5ee8e 100644 --- a/src/mem/ruby/common/NetDest.cc +++ b/src/mem/ruby/common/NetDest.cc @@ -30,7 +30,7 @@ /* * NetDest.C * - * Description: See NetDest.h + * Description: See NetDest.hh * * $Id$ * diff --git a/src/mem/ruby/common/NetDest.hh b/src/mem/ruby/common/NetDest.hh index 17ede03e9..20aac5108 100644 --- a/src/mem/ruby/common/NetDest.hh +++ b/src/mem/ruby/common/NetDest.hh @@ -28,7 +28,7 @@ */ /* - * Set.h + * Set.hh * * Description: * diff --git a/src/mem/ruby/common/Set.cc b/src/mem/ruby/common/Set.cc index b4c4e4789..4cb40a246 100644 --- a/src/mem/ruby/common/Set.cc +++ b/src/mem/ruby/common/Set.cc @@ -28,11 +28,11 @@ */ /* - * Set.C + * Set.cc * - * Description: See Set.h + * Description: See Set.hh * - * $Id: BigSet.C 1.9 05/01/19 13:12:25-06:00 mikem@maya.cs.wisc.edu $ + * $Id: BigSet.cc 1.9 05/01/19 13:12:25-06:00 mikem@maya.cs.wisc.edu $ * */ @@ -475,7 +475,7 @@ bool Set::isSuperset(const Set& test) const /* * "Supposed" to return the node id of the (n+1)th set * bit, IE n=0 => returns nodeid of first set bit, BUT - * since BigSet.C behaves strangely, this implementation + * since BigSet.cc behaves strangely, this implementation * will behave strangely just for reverse compatability. * * Was originally implemented for the flight data recorder diff --git a/src/mem/ruby/common/Set.hh b/src/mem/ruby/common/Set.hh index 45f06e6aa..43fa5b45e 100644 --- a/src/mem/ruby/common/Set.hh +++ b/src/mem/ruby/common/Set.hh @@ -28,11 +28,11 @@ */ /* - * Set.h + * Set.hh * * Description: * - * $Id: BigSet.h 1.6 05/01/19 13:12:25-06:00 mikem@maya.cs.wisc.edu $ + * $Id: BigSet.hh 1.6 05/01/19 13:12:25-06:00 mikem@maya.cs.wisc.edu $ * */ @@ -40,7 +40,7 @@ // >32 set lengths, using an array of ints w/ 32 bits/int // NOTE: Never include this file directly, this should only be -// included from Set.h +// included from Set.hh #ifndef SET_H #define SET_H |