aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2008-11-07 10:21:38 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2008-11-07 10:21:38 +0000
commit3453cb7809320683712bdd845a76dd7dac3095ff (patch)
tree6cde8a6d0399f33ec3d4e1e5f2a2f891c45b2fb5 /gcc
parent9ed0e4832cd4956012baf9fff96db6f61ecf3515 (diff)
downloadgcc-3453cb7809320683712bdd845a76dd7dac3095ff.zip
gcc-3453cb7809320683712bdd845a76dd7dac3095ff.tar.gz
gcc-3453cb7809320683712bdd845a76dd7dac3095ff.tar.bz2
Fix typo.
From-SVN: r141671
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/gcc-interface/trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/trans.c b/gcc/ada/gcc-interface/trans.c
index 7a82004..4324c92 100644
--- a/gcc/ada/gcc-interface/trans.c
+++ b/gcc/ada/gcc-interface/trans.c
@@ -74,7 +74,7 @@
#endif
/* For efficient float-to-int rounding, it is necessary to know whether
- floating-point arithmetic on may use wider intermediate results.
+ floating-point arithmetic may use wider intermediate results.
When FP_ARITH_MAY_WIDEN is not defined, be conservative and only assume
floating-point arithmetic does not widen if double precision is emulated. */