* mark.c (GC_mark_from): Fix typo (capitalization) in comment ("ASAP").
# 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 */