]> git.saurik.com Git - redis.git/commitdiff
comment typo fixed
authorantirez <antirez@gmail.com>
Tue, 8 Mar 2011 14:03:51 +0000 (15:03 +0100)
committerantirez <antirez@gmail.com>
Tue, 8 Mar 2011 14:03:51 +0000 (15:03 +0100)
src/dscache.c

index a4d045e1d2c06e37ca1b03255ca08693e63f84a5..683c5c1cdca6b449a8759d138a4170781d6d93bd 100644 (file)
@@ -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 */