]> git.saurik.com Git - redis.git/commitdiff
Fixed comment typo
authorantirez <antirez@gmail.com>
Mon, 19 Sep 2011 15:49:50 +0000 (17:49 +0200)
committerantirez <antirez@gmail.com>
Mon, 19 Sep 2011 15:50:07 +0000 (17:50 +0200)
src/aof.c

index fb9e78512ee77c2f73469983f0e6e528247edafd..4dd379a2398bf1c12c99c443bbd39e69e1c4a278 100644 (file)
--- a/src/aof.c
+++ b/src/aof.c
@@ -95,7 +95,7 @@ void flushAppendOnlyFile(int force) {
                 server.aof_flush_postponed_start = server.unixtime;
                 return;
             } else if (server.unixtime - server.aof_flush_postponed_start < 2) {
-                /* We were already writing for fsync to finish, but for less
+                /* We were already waiting for fsync to finish, but for less
                  * than two seconds this is still ok. Postpone again. */
                 return;
             }