Fix typo in comment.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 22 Dec 1993 19:43:24 +0000 (14:43 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 22 Dec 1993 19:43:24 +0000 (14:43 -0500)
From-SVN: r6273

gcc/c-typeck.c

index 51ee586c4705241bc80f7a6c2a196701752ff1dc..dbcd8e22fa2f157e08402f7fd7a18ba1f501742d 100644 (file)
@@ -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;
        }