diff options
Diffstat (limited to 'src/libutil/lru-cache.hh')
-rw-r--r-- | src/libutil/lru-cache.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/lru-cache.hh b/src/libutil/lru-cache.hh index 3c6569cf41ca..4344d6601bc8 100644 --- a/src/libutil/lru-cache.hh +++ b/src/libutil/lru-cache.hh @@ -59,8 +59,8 @@ public: return true; } - /* Look up an item in the cache. If it's exists, it becomes the - most recently used item. */ + /* Look up an item in the cache. If it exists, it becomes the most + recently used item. */ // FIXME: use boost::optional? Value * get(const Key & key) { |