diff --git a/src/lazyfree.c b/src/lazyfree.c index f01504e70..e5f8877b6 100644 --- a/src/lazyfree.c +++ b/src/lazyfree.c @@ -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. *