From e7aec180e87ecf2cb33644b4e0f57b9a34c7377a Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 19 Sep 2011 17:49:50 +0200 Subject: [PATCH] Fixed comment typo --- src/aof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aof.c b/src/aof.c index fb9e7851..4dd379a2 100644 --- 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; } -- 2.45.2