From: Ivan Maidanski Date: Tue, 16 Jul 2013 12:58:28 +0000 (+0400) Subject: Fix typo in comment of GC_mark_from X-Git-Tag: gc7_4_0~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6e20a6fbb283a0cf64a0c44714236d8818c165d;p=gc Fix typo in comment of GC_mark_from * mark.c (GC_mark_from): Fix typo (capitalization) in comment ("ASAP"). --- 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 */