From b16bd3ad9360c9975000683bd4e85ee56b578a5c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 22 Dec 1993 14:43:24 -0500 Subject: [PATCH] Fix typo in comment. From-SVN: r6273 --- gcc/c-typeck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 51ee586c470..dbcd8e22fa2 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -1942,7 +1942,7 @@ build_binary_op (code, orig_op0, orig_op1, convert_p) resultcode = RDIV_EXPR; else /* When dividing two signed integers, you have to promote to int. - E.g. (short) -32868 / (short) -1 doesn't fit in a short. */ + E.g. (short) -32768 / (short) -1 doesn't fit in a short. */ shorten = TREE_UNSIGNED (orig_op0); common = 1; } -- 2.30.2