summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/split_blk.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/tags/split_blk.hh')
-rw-r--r--src/mem/cache/tags/split_blk.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/cache/tags/split_blk.hh b/src/mem/cache/tags/split_blk.hh
index f38516180..64d903579 100644
--- a/src/mem/cache/tags/split_blk.hh
+++ b/src/mem/cache/tags/split_blk.hh
@@ -47,7 +47,7 @@ class SplitBlk : public CacheBlk {
bool isTouched;
/** Has this block been used after being brought in? (for LIFO partition) */
bool isUsed;
- /** is this blk a NIC block? (i.e. requested by the NIC) */
+ /** is this blk a NIC block? (i.e. pktuested by the NIC) */
bool isNIC;
/** timestamp of the arrival of this block into the cache */
Tick ts;