diff --git a/cache/clock_cache.cc b/cache/clock_cache.cc index bf2b19e64..7934b378b 100644 --- a/cache/clock_cache.cc +++ b/cache/clock_cache.cc @@ -182,7 +182,7 @@ struct CacheHandle { void (*deleter)(const Slice&, void* value); // Flags and counters associated with the cache handle: - // lowest bit: n-cache bit + // lowest bit: in-cache bit // second lowest bit: usage bit // the rest bits: reference count // The handle is unused when flags equals to 0. The thread decreases the count