Skip to content

Commit aea2802

Browse files
BilyZ98facebook-github-bot
authored andcommitted
Update CacheAllocator.h (#96)
Summary: fix comment typo Pull Request resolved: #96 Reviewed By: jiayuebao Differential Revision: D33021002 Pulled By: haowu14 fbshipit-source-id: d01887b92e167c9f59af49d027d2377f4740ea26
1 parent 4e6ee03 commit aea2802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cachelib/allocator/CacheAllocator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ class CacheAllocator : public CacheBase {
14491449
// @param event AllocatorApiEvent that corresponds to the current operation.
14501450
// supported events are INSERT, corresponding to the client
14511451
// insert call, and INSERT_FROM_NVM, cooresponding to the insert
1452-
// call that happens when an item is promoted from NVM storate
1452+
// call that happens when an item is promoted from NVM storage
14531453
// to memory.
14541454
//
14551455
// @return true if the handle was successfully inserted into the hashtable

0 commit comments

Comments
 (0)