diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2006-10-22 20:38:34 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2006-10-22 20:38:34 -0700 |
commit | 1b21d9ba5eacaaac96b731ef1abd51de274995e5 (patch) | |
tree | dfe6a7e3b483773e2d78d05a6a4673a0c595f21f /src/mem/cache/cache_impl.hh | |
parent | 199084b33923c9ea606ac50cbdc0cadb8ece01fd (diff) | |
download | gem5-1b21d9ba5eacaaac96b731ef1abd51de274995e5.tar.xz |
s/pktuest/request/ (all in comments)
--HG--
extra : convert_revision : 7ce779242a15245a20322c0b6c40d02c8ddd15ad
Diffstat (limited to 'src/mem/cache/cache_impl.hh')
-rw-r--r-- | src/mem/cache/cache_impl.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/cache/cache_impl.hh b/src/mem/cache/cache_impl.hh index 3c47762f6..3b75884c9 100644 --- a/src/mem/cache/cache_impl.hh +++ b/src/mem/cache/cache_impl.hh @@ -596,7 +596,7 @@ Cache<TagStore,Buffering,Coherence>::probe(PacketPtr &pkt, bool update, } else if (!blk && !(pkt->flags & SATISFIED)) { // update the cache state and statistics if (mshr || !writes.empty()){ - // Can't handle it, return pktuest unsatisfied. + // Can't handle it, return request unsatisfied. panic("Atomic access ran into outstanding MSHR's or WB's!"); } if (!pkt->req->isUncacheable()) { |