forked from lix-project/lix
Typo
This commit is contained in:
parent
263187a2ec
commit
45c83e5f9b
|
@ -59,8 +59,8 @@ public:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Look up an item in the cache. If it's exists, it becomes the
|
/* Look up an item in the cache. If it exists, it becomes the most
|
||||||
most recently used item. */
|
recently used item. */
|
||||||
// FIXME: use boost::optional?
|
// FIXME: use boost::optional?
|
||||||
Value * get(const Key & key)
|
Value * get(const Key & key)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue