summaryrefslogtreecommitdiffstats
path: root/libcpp/expr.c
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-25 18:59:20 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-25 18:59:20 +0000
commitb466c52dca18f9ec38608d00019adbd6158499ef (patch)
tree9d5ad1c8517b100c6df153a69f6aa2c5fa08aba9 /libcpp/expr.c
parent1d9b9611bc178377b246f471c651ffe80b631e0d (diff)
downloadppe42-gcc-b466c52dca18f9ec38608d00019adbd6158499ef.tar.gz
ppe42-gcc-b466c52dca18f9ec38608d00019adbd6158499ef.zip
Fix typo in comment in previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146779 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/expr.c')
-rw-r--r--libcpp/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/expr.c b/libcpp/expr.c
index f65fae02431..ecedb96c672 100644
--- a/libcpp/expr.c
+++ b/libcpp/expr.c
@@ -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,
OpenPOWER on IntegriCloud