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
This commit is contained in:
Yueh-Hsuan Chiang 2015-11-08 09:01:26 -08:00
parent 838676c17b
commit f3ca28ab03
1 changed files with 1 additions and 1 deletions

View 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.
//