From 92b588dcbdb9ccd1997a16e444ca49cad1f887e1 Mon Sep 17 00:00:00 2001 From: benjessop12 <56115861+benjessop12@users.noreply.github.com> Date: Mon, 13 Apr 2020 13:43:55 +0100 Subject: [PATCH] Fix spelling mistake in lazyfree.c --- src/lazyfree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lazyfree.c b/src/lazyfree.c index f01504e707..e5f8877b62 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. *