From: Yueh-Hsuan Chiang Date: Fri, 11 Dec 2015 00:39:10 +0000 (-0800) Subject: Correct a comment in include/rocksdb/cache.h X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a3ba5915c8ff560a6d014563b0ae564bc308c36c;p=rocksdb.git Correct a comment in include/rocksdb/cache.h Summary: Correct a comment in include/rocksdb/cache.h Test Plan: No code change. Reviewers: igor, sdong, IslamAbdelRahman, rven, kradhakrishnan, anthony Reviewed By: anthony Subscribers: dhruba, leveldb Differential Revision: https://reviews.facebook.net/D51831 --- diff --git a/include/rocksdb/cache.h b/include/rocksdb/cache.h index 4e4b0e19..47657b90 100644 --- a/include/rocksdb/cache.h +++ b/include/rocksdb/cache.h @@ -45,7 +45,9 @@ class Cache { Cache() { } // Destroys all existing entries by calling the "deleter" - // function that was passed to the constructor. + // function that was passed via the Insert() function. + // + // @See Insert virtual ~Cache(); // Opaque handle to an entry stored in the cache.