From 05f6a4a6b92370162da17ef5cccb5a7e3ba508e5 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Mon, 6 Jul 2009 15:49:47 -0700 Subject: ruby: replace strings that were missed in original ruby import. --- src/mem/ruby/common/Set.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mem/ruby/common/Set.hh') 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 -- cgit v1.2.3