From: Richard Kenner Date: Wed, 22 Dec 1993 19:43:24 +0000 (-0500) Subject: Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b16bd3ad9360c9975000683bd4e85ee56b578a5c;p=gcc.git Fix typo in comment. From-SVN: r6273 --- 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; }