提交 c5b6f461 编写于 作者: A antirez

comment typo fixed

上级 c2f816b4
...@@ -212,7 +212,7 @@ int cacheFreeOneEntry(void) { ...@@ -212,7 +212,7 @@ int cacheFreeOneEntry(void) {
} }
} }
if (best == NULL) { 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 * IO queues have stuff in queue, and try to consume the queue
* otherwise we'll use an infinite amount of memory if changes to * otherwise we'll use an infinite amount of memory if changes to
* the dataset are faster than I/O */ * the dataset are faster than I/O */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册