We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8037f6d commit 54fa491Copy full SHA for 54fa491
cachelib/allocator/CacheAllocatorConfig.h
@@ -201,7 +201,7 @@ class CacheAllocatorConfig {
201
// cachePersistence()
202
CacheAllocatorConfig& usePosixForShm();
203
204
- // Configures cache memory tiers. Each tier represents a chache region inside
+ // Configures cache memory tiers. Each tier represents a cache region inside
205
// byte-addressible memory such as DRAM, Pmem, CXLmem.
206
// Accepts vector of MemoryTierCacheConfig. Each vector element describes
207
// configuration for a single memory cache tier. Tiers can be set up as ratios
0 commit comments