From f5add44981b43490376ea0dfed1420dba09a3a75 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 20 Nov 2014 01:43:30 +0100 Subject: typo fix in comment Signed-off-by: Denys Vlasenko --- shell/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/math.c') diff --git a/shell/math.c b/shell/math.c index e7565ebf2..006221b6a 100644 --- a/shell/math.c +++ b/shell/math.c @@ -423,7 +423,7 @@ arith_apply(arith_state_t *math_state, operator op, var_or_num_t *numstack, var_ * MAX_NEGATIVE_INT / -1 = MAX_POSITIVE_INT+1 * and thus is not representable. * Some CPUs segfault trying such op. - * Others overfolw MAX_POSITIVE_INT+1 to + * Others overflow MAX_POSITIVE_INT+1 to * MAX_NEGATIVE_INT (0x7fff+1 = 0x8000). * Make sure to at least not SEGV here: */ -- cgit v1.2.3