OSDN Git Service

Fix typo in comment in previous commit.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Apr 2009 18:59:20 +0000 (18:59 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Apr 2009 18:59:20 +0000 (18:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146779 138bc75d-0d04-0410-961f-82ee72b054a4

libcpp/expr.c

index f65fae0..ecedb96 100644 (file)
@@ -539,7 +539,7 @@ cpp_interpret_integer (cpp_reader *pfile, const cpp_token *token,
               && !num_positive (result, precision))
        {
          /* This is for constants within the range of uintmax_t but
-            not that or intmax_t.  For such decimal constants, a
+            not that of intmax_t.  For such decimal constants, a
             diagnostic is required for C99 as the selected type must
             be signed and not having a type is a constraint violation
             (DR#298, TC3), so this must be a pedwarn.  For C90,