From 919348827ebc321894980ee4e444e65b9ec6bc06 Mon Sep 17 00:00:00 2001 From: zzt Date: Fri, 10 Dec 2021 13:01:06 +0800 Subject: [PATCH] Update CacheAllocator.h fix comment typo --- cachelib/allocator/CacheAllocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachelib/allocator/CacheAllocator.h b/cachelib/allocator/CacheAllocator.h index 374a94f1dc..7b20aeac40 100644 --- a/cachelib/allocator/CacheAllocator.h +++ b/cachelib/allocator/CacheAllocator.h @@ -1449,7 +1449,7 @@ class CacheAllocator : public CacheBase { // @param event AllocatorApiEvent that corresponds to the current operation. // supported events are INSERT, corresponding to the client // insert call, and INSERT_FROM_NVM, cooresponding to the insert - // call that happens when an item is promoted from NVM storate + // call that happens when an item is promoted from NVM storage // to memory. // // @return true if the handle was successfully inserted into the hashtable