From: Yueh-Hsuan Chiang Date: Sun, 8 Nov 2015 17:01:26 +0000 (-0800) Subject: Correct the comment of GetApproximateMemoryUsageByType X-Git-Tag: rocksdb-4.2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f3ca28ab0331ccc116da507f91a3f8c184474cda;p=rocksdb.git Correct the comment of GetApproximateMemoryUsageByType 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 --- diff --git a/include/rocksdb/utilities/memory_util.h b/include/rocksdb/utilities/memory_util.h index 127fa6f8..323a8a12 100644 --- a/include/rocksdb/utilities/memory_util.h +++ b/include/rocksdb/utilities/memory_util.h @@ -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. //