From b6e20a6fbb283a0cf64a0c44714236d8818c165d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 16 Jul 2013 16:58:28 +0400 Subject: [PATCH] Fix typo in comment of GC_mark_from * mark.c (GC_mark_from): Fix typo (capitalization) in comment ("ASAP"). --- mark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mark.c b/mark.c index 9aa13ec1..9c3359da 100644 --- a/mark.c +++ b/mark.c @@ -800,7 +800,7 @@ GC_INNER mse * GC_mark_from(mse *mark_stack_top, mse *mark_stack, # ifndef SMALL_CONFIG word deferred; - /* Try to prefetch the next pointer to be examined asap. */ + /* Try to prefetch the next pointer to be examined ASAP. */ /* Empirically, this also seems to help slightly without */ /* prefetches, at least on linux/X86. Presumably this loop */ /* ends up with less register pressure, and gcc thus ends up */ -- 2.40.0