From 3f218074ee9239d103a09597e05b9de20daf8229 Mon Sep 17 00:00:00 2001 From: yetingsky Date: Mon, 11 May 2020 14:56:36 -0700 Subject: [PATCH] fix typo (#6831) Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/6831 Reviewed By: cheng-chang Differential Revision: D21499149 Pulled By: zhichao-cao fbshipit-source-id: 2cb76cbf7086677d8cad5c828019e008062f0052 --- cache/clock_cache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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