Skip to content

Commit 39c5df0

Browse files
borislinfacebook-github-bot
authored andcommitted
Fix typo in CacheStats.h (#383)
Summary: Pull Request resolved: #383 Reviewed By: pbhandar2 Differential Revision: D73636353 Pulled By: haowu14 fbshipit-source-id: 040a027ca3046b5e2ade86e56d71617ebb5e03ae
1 parent 3d37b1c commit 39c5df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cachelib/allocator/CacheStats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ struct CacheMemoryStats {
604604
// returns the advised memory in the unit of slabs.
605605
size_t numAdvisedSlabs() const { return advisedSize / Slab::kSize; }
606606

607-
// returne usable portion of the cache size
607+
// returns usable portion of the cache size
608608
size_t usableRamCacheSize() const { return ramCacheSize; }
609609
};
610610

0 commit comments

Comments
 (0)