From 45c83e5f9b0faef97e99ecabab8f568799d0d801 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 24 Feb 2016 14:49:28 +0100 Subject: Typo --- src/libutil/lru-cache.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libutil') 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) { -- cgit 1.4.1