forked from lix-project/lix
Typo
This commit is contained in:
parent
263187a2ec
commit
45c83e5f9b
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue