Merge Gabe's changes from head.
[gem5.git] / src / mem / cache / tags / split_blk.hh
index 64d903579971a7adddcf69e2149b7b59ccbb6363..f38516180aefbc9d361e7396d3ac7473fae4a42e 100644 (file)
@@ -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. pktuested by the NIC) */
+    /** is this blk a NIC block? (i.e. requested by the NIC) */
     bool isNIC;
     /** timestamp of the arrival of this block into the cache */
     Tick ts;