OSDN Git Service

Fix typo in comment.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Dec 1993 19:43:24 +0000 (19:43 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Dec 1993 19:43:24 +0000 (19:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6273 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-typeck.c

index 51ee586..dbcd8e2 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;
        }