Fix typo.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Nov 2008 10:21:38 +0000 (10:21 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Nov 2008 10:21:38 +0000 (10:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141671 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/gcc-interface/trans.c

index 7a82004..4324c92 100644 (file)
@@ -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. */