[MLton-commit] r6399
Matthew Fluet
fluet at mlton.org
Wed Feb 13 20:52:18 PST 2008
Typo and formatting in comment
----------------------------------------------------------------------
U mlton/trunk/runtime/gc/int-inf.c
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/gc/int-inf.c
===================================================================
--- mlton/trunk/runtime/gc/int-inf.c 2008-02-14 02:04:42 UTC (rev 6398)
+++ mlton/trunk/runtime/gc/int-inf.c 2008-02-14 04:52:17 UTC (rev 6399)
@@ -67,8 +67,8 @@
space[i] = (mp_limb_t)arg;
// The conditional below is to quell a gcc warning:
// right shift count >= width of type
- // When 1 == LIMBS_PEROBJPTR, the for loop will not continue, so the
- // shift doesn't matter.
+ // When 1 == LIMBS_PER_OBJPTR, the for loop will not continue,
+ // so the shift doesn't matter.
arg = arg >> (1 == LIMBS_PER_OBJPTR ?
0 :
CHAR_BIT * sizeof(mp_limb_t));
More information about the MLton-commit
mailing list