diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-02 22:39:38 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-02 22:39:38 +0000 |
commit | 2654596337105a6da7f8209c82f5c00d2fdda49f (patch) | |
tree | f51f541111caad86b98dda22d8dced7cac13f96d /gcc/ada/system-vms-ia64.ads | |
parent | aab16dc4a2ee049d4b3294626a297efd8381b1ff (diff) | |
download | gcc-2654596337105a6da7f8209c82f5c00d2fdda49f.tar.gz |
gcc/ada
* gnatfind.adb, gnatxref.adb: Fix argument parsing typos.
* s-auxdec-empty.adb, s-auxdec.adb: Fix typos in copyright
statement.
* a-ngcoar.adb, a-ngrear.adb, g-awk.adb, g-debpoo.adb,
gprep.adb, make.adb, makegpr.adb, par-ch6.adb, prj-nmsc.adb,
sem_attr.adb, sem_ch4.adb, sem_ch8.adb: Fix typos in ada source
code output strings.
* sem_type.adb, system-vms-ia64.ads, system-vms.ads,
system-vms_64.ads: Fix typos in ada source code comments.
* sinfo-cn.adb: Remove incomplete sentence.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132822 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/system-vms-ia64.ads')
-rw-r--r-- | gcc/ada/system-vms-ia64.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/system-vms-ia64.ads b/gcc/ada/system-vms-ia64.ads index 83326521c52..6ba59a3bd3e 100644 --- a/gcc/ada/system-vms-ia64.ads +++ b/gcc/ada/system-vms-ia64.ads @@ -250,7 +250,7 @@ private ADA_GNAT : constant Boolean := True; pragma Export_Object (ADA_GNAT, "ADA$GNAT"); - -- Uniquitous global symbol identifing a GNAT compiled image to VMS Debug. + -- Ubiquitous global symbol identifying a GNAT compiled image to VMS Debug. -- Do not remove! end System; |