mirror of
https://github.com/redis/redis.git
synced 2026-04-22 19:37:30 -04:00
Fix spelling mistake in lazyfree.c
This commit is contained in:
@@ -15,7 +15,7 @@ size_t lazyfreeGetPendingObjectsCount(void) {
|
||||
|
||||
/* Return the amount of work needed in order to free an object.
|
||||
* The return value is not always the actual number of allocations the
|
||||
* object is compoesd of, but a number proportional to it.
|
||||
* object is composed of, but a number proportional to it.
|
||||
*
|
||||
* For strings the function always returns 1.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user