summaryrefslogtreecommitdiff
path: root/typd_mlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'typd_mlc.c')
-rw-r--r--typd_mlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/typd_mlc.c b/typd_mlc.c
index 0bb6e8a0..b3f5b604 100644
--- a/typd_mlc.c
+++ b/typd_mlc.c
@@ -625,7 +625,7 @@ GC_API void * GC_CALL GC_malloc_explicitly_typed(size_t lb, GC_descr d)
op = (ptr_t)GENERAL_MALLOC((word)lb, GC_explicit_kind);
if (0 == op) return 0;
/* It is not safe to use GC_size_map[lb] to compute lg here */
- /* as the the former might be updated asynchronously. */
+ /* as the former might be updated asynchronously. */
lg = BYTES_TO_GRANULES(GC_size(op));
} else {
*opp = obj_link(op);