aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_fixd.ads
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-03-24 17:48:07 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2008-03-24 17:48:07 +0000
commit8fc789c82e053517281e28e141f8832d5c2f7f6e (patch)
tree89b2171703528d83f5a20ddb5bbf2e0adb78a9ad /gcc/ada/exp_fixd.ads
parent01b119402f3f7e1edf6e72ad00499ba1ff80cb8e (diff)
downloadgcc-8fc789c82e053517281e28e141f8832d5c2f7f6e.zip
gcc-8fc789c82e053517281e28e141f8832d5c2f7f6e.tar.gz
gcc-8fc789c82e053517281e28e141f8832d5c2f7f6e.tar.bz2
9drpc.adb, [...]: Fix comment typos.
2008-03-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * 9drpc.adb, a-caldel-vms.adb, a-caldel.adb, a-calend-vms.adb, a-calend.adb, a-calend.ads, a-calfor.adb, a-chahan.ads, a-chtgke.adb, a-cihama.ads, a-ciorse.adb, a-clrefi.ads, a-cohama.ads, a-comlin.ads, a-coorse.adb, a-crbtgk.adb, a-direct.adb, a-except-2005.adb, a-except-2005.ads, a-except.adb, a-except.ads, a-exexda.adb, a-exexpr-gcc.adb, a-exexpr.adb, a-exextr.adb, a-filico.ads, a-finali.ads, a-intnam-aix.ads, a-intnam-solaris.ads, a-ngcefu.adb, a-ngelfu.adb, a-numaux-darwin.adb, a-numeri.ads, a-sequio.ads, a-strbou.ads, a-strfix.adb, checks.adb, exp_ch3.adb, exp_ch4.adb, exp_ch4.ads, exp_ch5.adb, exp_ch6.adb, exp_ch6.ads, exp_ch7.adb, exp_ch7.ads, exp_ch9.adb, exp_ch9.ads, exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads: Fix comment typos. From-SVN: r133483
Diffstat (limited to 'gcc/ada/exp_fixd.ads')
-rw-r--r--gcc/ada/exp_fixd.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_fixd.ads b/gcc/ada/exp_fixd.ads
index dc17fb3..52f5401 100644
--- a/gcc/ada/exp_fixd.ads
+++ b/gcc/ada/exp_fixd.ads
@@ -32,7 +32,7 @@ package Exp_Fixd is
-- General note on universal fixed. In the routines below, a fixed-point
-- type is always a specific fixed-point type or universal real, never
-- universal fixed. Universal fixed only appears as the result type of a
- -- division or multplication and in all such cases, the parent node, which
+ -- division or multiplication and in all such cases, the parent node, which
-- must be either a conversion node or a 'Round attribute reference node,
-- has the specific type information. In both cases, the parent node is
-- removed from the tree, and the appropriate routine in this package is