summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index 74104508..530f409e 100644
--- a/malloc.c
+++ b/malloc.c
@@ -96,7 +96,7 @@ STATIC ptr_t GC_alloc_large_and_clear(size_t lb, int k, unsigned flags)
}
/* allocate lb bytes for an object of kind k. */
-/* Should not be used to directly to allocate */
+/* Should not be used to directly allocate */
/* objects such as STUBBORN objects that */
/* require special handling on allocation. */
/* First a version that assumes we already */