mirror of
https://github.com/redis/redis.git
synced 2026-03-23 03:03:20 -04:00
Fix spelling mistake in lazyfree.c
This commit is contained in:
parent
767977c533
commit
92b588dcbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue