summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2013-07-16 16:58:28 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-07-16 17:00:14 +0400
commitb6e20a6fbb283a0cf64a0c44714236d8818c165d (patch)
tree44b69a464437353aa354d6838682d127e4565b7c
parenta05920c6a86a0e2b9c7989c5b42945d89039e8a7 (diff)
downloadbdwgc-b6e20a6fbb283a0cf64a0c44714236d8818c165d.tar.gz
Fix typo in comment of GC_mark_from
* mark.c (GC_mark_from): Fix typo (capitalization) in comment ("ASAP").
-rw-r--r--mark.c2
1 files changed, 1 insertions, 1 deletions
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 */