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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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