]> granicus.if.org Git - gc/commitdiff
Fix typo in comment of GC_mark_from
authorIvan Maidanski <ivmai@mail.ru>
Tue, 16 Jul 2013 12:58:28 +0000 (16:58 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 16 Jul 2013 13:00:14 +0000 (17:00 +0400)
* mark.c (GC_mark_from): Fix typo (capitalization) in comment ("ASAP").

mark.c

diff --git a/mark.c b/mark.c
index 9aa13ec1f27dbd57c9f8e043ffb81b633e068c77..9c3359da6b840e8ffaa4a7958fb1f8cac9a916aa 100644 (file)
--- 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    */