diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-06-03 17:41:43 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-06-03 17:41:43 +0000 |
commit | 30783513f05cc8e41828a98d64aefd1e7adc9716 (patch) | |
tree | 1c48a0061eef05b5d0e354f42467d46fe33b1fc2 /gcc/ada/vms_data.ads | |
parent | 458e816dad49140fc3b6c4442b28d2f8c9f10bcf (diff) | |
download | gcc-30783513f05cc8e41828a98d64aefd1e7adc9716.zip gcc-30783513f05cc8e41828a98d64aefd1e7adc9716.tar.gz gcc-30783513f05cc8e41828a98d64aefd1e7adc9716.tar.bz2 |
Makefile.in (common_tools): Fix typos in $(exeext) extension.
gcc/ada/
* Makefile.in (common_tools): Fix typos in $(exeext) extension.
* gnat_ugn.texi (Style Checking)
(Adding the Results of Compiler Checks to gnatcheck Output)
(Example of Binder Output File): Fix typos.
* ali.ads, einfo.ads, exp_ch4.adb, exp_ch6.adb,
exp_dbug.ads, exp_dist.adb, exp_smem.adb, g-socket.ads,
s-osinte-rtems.ads, s-shasto.ads, s-stausa.adb,
s-stausa.ads, sem_cat.adb, sem_ch12.adb, sem_ch3.adb,
sem_ch4.adb, sem_ch6.adb, sem_ch8.adb, sem_util.ads,
sinfo.ads, utils.c: Fix typos in comments.
* sem_ch6.adb, vms_data.ads: Fix typos in strings.
From-SVN: r136329
Diffstat (limited to 'gcc/ada/vms_data.ads')
-rw-r--r-- | gcc/ada/vms_data.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/vms_data.ads b/gcc/ada/vms_data.ads index 545080f..3270e8f 100644 --- a/gcc/ada/vms_data.ads +++ b/gcc/ada/vms_data.ads @@ -6601,7 +6601,7 @@ package VMS_Data is -- -- Output the execution time - S_Sync_Details : aliased constant S := "/DETAILs=" & + S_Sync_Details : aliased constant S := "/DETAILS=" & "MEDIUM " & "-om " & "SHORT " & |