提交 e7aec180 编写于 作者: A antirez

Fixed comment typo

上级 47e7f9ac
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册