summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/llcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/llcache.c b/content/llcache.c
index 8634a81a4..210d70901 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -1677,7 +1677,7 @@ nserror llcache_fetch_notmodified(llcache_object *object,
/* Candidate is now our object */
*replacement = object->candidate;
- /** \todo Ensure that old object gets flushed from the cache */
+ /* Old object will be flushed from the cache on the next poll */
return NSERROR_OK;
}