Fix spelling mistake in lazyfree.c

This commit is contained in:
benjessop12
2020-04-13 13:43:55 +01:00
committed by GitHub
parent 767977c533
commit 92b588dcbd

View File

@@ -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.
*