summaryrefslogtreecommitdiff
path: root/src/mem/snoop_filter.cc
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2015-09-25 07:26:57 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2015-09-25 07:26:57 -0400
commit5570aa9e9afd7392d561b02081560dfe90dca3f5 (patch)
tree0dc93247033a2176642ab44e391997bcae9be7e9 /src/mem/snoop_filter.cc
parent7d4e89d4e046db3c7e4885ff475c7da2fcf9c5cb (diff)
downloadgem5-5570aa9e9afd7392d561b02081560dfe90dca3f5.tar.xz
mem: Comment clean-up for the snoop filter
Merely fixing up some style issues and adding more comments.
Diffstat (limited to 'src/mem/snoop_filter.cc')
-rwxr-xr-xsrc/mem/snoop_filter.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/snoop_filter.cc b/src/mem/snoop_filter.cc
index d6e74cf0a..55763998a 100755
--- a/src/mem/snoop_filter.cc
+++ b/src/mem/snoop_filter.cc
@@ -34,12 +34,12 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * Authors: Stephan Diestelhorst <stephan.diestelhorst@arm.com>
+ * Authors: Stephan Diestelhorst
*/
/**
* @file
- * Definition of a snoop filter.
+ * Implementation of a snoop filter.
*/
#include "base/misc.hh"