From: antirez Date: Tue, 8 Mar 2011 14:03:51 +0000 (+0100) Subject: comment typo fixed X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/c5b6f461321e9b3075eed9f55989ca1d0d18394e?hp=-c comment typo fixed --- c5b6f461321e9b3075eed9f55989ca1d0d18394e diff --git a/src/dscache.c b/src/dscache.c index a4d045e1..683c5c1c 100644 --- a/src/dscache.c +++ b/src/dscache.c @@ -212,7 +212,7 @@ int cacheFreeOneEntry(void) { } } if (best == NULL) { - /* Was not able to fix a single object... we should check if our + /* Not able to free a single object? we should check if our * IO queues have stuff in queue, and try to consume the queue * otherwise we'll use an infinite amount of memory if changes to * the dataset are faster than I/O */