mirror of https://github.com/redis/redis.git
Fix spelling mistake in lazyfree.c
This commit is contained in:
parent
767977c533
commit
92b588dcbd
|
@ -15,7 +15,7 @@ size_t lazyfreeGetPendingObjectsCount(void) {
|
||||||
|
|
||||||
/* Return the amount of work needed in order to free an object.
|
/* Return the amount of work needed in order to free an object.
|
||||||
* The return value is not always the actual number of allocations the
|
* 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.
|
* For strings the function always returns 1.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue