Skip to content

Commit 54fa491

Browse files
Fixed typo
Co-authored-by: Jiayue Bao <[email protected]>
1 parent 8037f6d commit 54fa491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cachelib/allocator/CacheAllocatorConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class CacheAllocatorConfig {
201201
// cachePersistence()
202202
CacheAllocatorConfig& usePosixForShm();
203203

204-
// Configures cache memory tiers. Each tier represents a chache region inside
204+
// Configures cache memory tiers. Each tier represents a cache region inside
205205
// byte-addressible memory such as DRAM, Pmem, CXLmem.
206206
// Accepts vector of MemoryTierCacheConfig. Each vector element describes
207207
// configuration for a single memory cache tier. Tiers can be set up as ratios

0 commit comments

Comments
 (0)