diff options
Diffstat (limited to 'gcc/ada/system-vms.ads')
-rw-r--r-- | gcc/ada/system-vms.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/system-vms.ads b/gcc/ada/system-vms.ads index 65efd10..7f95154 100644 --- a/gcc/ada/system-vms.ads +++ b/gcc/ada/system-vms.ads @@ -233,7 +233,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; |