]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Correct documentation for no_block_cache in leveldb/options.h
authorMayank Agarwal <amayank@fb.com>
Mon, 19 Aug 2013 21:27:19 +0000 (14:27 -0700)
committerMayank Agarwal <amayank@fb.com>
Mon, 19 Aug 2013 21:27:19 +0000 (14:27 -0700)
Summary: false shoudl have been true in comment

Test Plan: visual

include/leveldb/options.h

index 63899d8f70851b2fbdc6a8feb50d4d203d4f1f3e..dee174ff2636297a8be712239ec2af4b32054211 100644 (file)
@@ -413,7 +413,7 @@ struct Options {
   // The default value is MAX_INT so that roll-over does not take place.
   uint64_t max_manifest_file_size;
 
-  // Disable block cache. If this is set to false,
+  // Disable block cache. If this is set to true,
   // then no block cache should be used, and the block_cache should
   // point to a nullptr object.
   bool no_block_cache;