summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/sector_blk.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/tags/sector_blk.hh')
-rw-r--r--src/mem/cache/tags/sector_blk.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/cache/tags/sector_blk.hh b/src/mem/cache/tags/sector_blk.hh
index 6eed04464..12649fce2 100644
--- a/src/mem/cache/tags/sector_blk.hh
+++ b/src/mem/cache/tags/sector_blk.hh
@@ -105,7 +105,7 @@ class SectorSubBlk : public CacheBlk
* Set member variables when a block insertion occurs. Resets reference
* count to 1 (the insertion counts as a reference), and touch block if
* it hadn't been touched previously. Sets the insertion tick to the
- * current tick. Does not make block valid.
+ * current tick. Marks the block valid.
*
* @param tag Block address tag.
* @param is_secure Whether the block is in secure space or not.