mem-cache: Fix another typo
Change-Id: Ib2051f9bda6e6d9002d3be1dbf0b890299098201 Signed-off-by: Hoa Nguyen <hn@hnpl.org>
This commit is contained in:
@@ -1441,7 +1441,7 @@ class Packet : public Printable, public Extensible<Packet>
|
||||
* Is this packet a clean invalidate request, e.g., clflush/clflushopt?
|
||||
*/
|
||||
bool
|
||||
isCleanInvalidateRequst() const
|
||||
isCleanInvalidateRequest() const
|
||||
{
|
||||
return cmd == MemCmd::CleanInvalidReq;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user