]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Correct the comment of GetApproximateMemoryUsageByType
authorYueh-Hsuan Chiang <yhchiang@fb.com>
Sun, 8 Nov 2015 17:01:26 +0000 (09:01 -0800)
committerYueh-Hsuan Chiang <yhchiang@fb.com>
Sun, 8 Nov 2015 17:02:35 +0000 (09:02 -0800)
Summary: Correct the comment of GetApproximateMemoryUsageByType.

Test Plan: No code change.

Reviewers: igor, sdong, anthony, IslamAbdelRahman

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D50409

include/rocksdb/utilities/memory_util.h

index 127fa6f852cba0287b0515bfc164036462334fa7..323a8a127de4cff20e6cd929db2bada380edb61e 100644 (file)
@@ -33,7 +33,7 @@ class MemoryUtil {
   };
 
   // Returns the approximate memory usage of different types in the input
-  // list of DBs and Cache set.  For instance, in the output vector
+  // list of DBs and Cache set.  For instance, in the output map
   // usage_by_type, usage_by_type[kMemTableTotal] will store the memory
   // usage of all the mem-tables from all the input rocksdb instances.
   //