mem-cache: Fix another typo

Change-Id: Ib2051f9bda6e6d9002d3be1dbf0b890299098201
Signed-off-by: Hoa Nguyen <hn@hnpl.org>
This commit is contained in:
Hoa Nguyen
2023-08-19 22:50:53 +00:00
parent 7b897a30fa
commit f442846d9d

View File

@@ -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;
}