diff --git a/others/lru_cache.cpp b/others/lru_cache.cpp index 5ef229d7d..a1d7a22df 100644 --- a/others/lru_cache.cpp +++ b/others/lru_cache.cpp @@ -75,7 +75,7 @@ class LRUCache { ///< was found in cache. uint64_t pageFault = 0; ///< Total number of miss/page fault, or total number of - ///< times a page was not found in cache + ///< times a page was not found in cache public: /**