mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +00:00
comment typo fixed
This commit is contained in:
parent
c2f816b423
commit
c5b6f46132
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user