We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d37b1c commit 39c5df0Copy full SHA for 39c5df0
1 file changed
cachelib/allocator/CacheStats.h
@@ -604,7 +604,7 @@ struct CacheMemoryStats {
604
// returns the advised memory in the unit of slabs.
605
size_t numAdvisedSlabs() const { return advisedSize / Slab::kSize; }
606
607
- // returne usable portion of the cache size
+ // returns usable portion of the cache size
608
size_t usableRamCacheSize() const { return ramCacheSize; }
609
};
610
0 commit comments