From: Dale Weiler Date: Wed, 7 Jan 2015 01:33:31 +0000 (-0500) Subject: grammar X-Git-Tag: xonotic-v0.8.1~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2b10d588e4f8456ae00afefc11ac87c0677d7ce1;p=xonotic%2Fgmqcc.git grammar --- diff --git a/fold.c b/fold.c index 4f6ca5f..176d6b8 100644 --- a/fold.c +++ b/fold.c @@ -208,7 +208,7 @@ static sfloat_t sfloat_propagate_nan(sfloat_state_t *state, sfloat_t a, sfloat_t * this is seven bits to the left of its usual location. The shifted significand * must be normalized or smaller than this. If it's not normalized then the exponent * `exp_z' must be zero; in that case, the result returned is a subnormal number - * and is must not require rounding. In the more usual case where the significand + * which must not require rounding. In the more usual case where the significand * is normalized, the exponent must be one less than the *true* exponent. * * The handling of underflow and overflow is otherwise in alignment with IEC/IEEE.