diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-09-14 06:21:12 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-09-14 06:21:12 +0000 |
commit | 16b0521384676b7f6e5dec4b0ebb16b398002858 (patch) | |
tree | 9fe2cc226a29d0bfa287d42cd8fd7d4d8038268a /gcc/ada/vms_data.ads | |
parent | 4549c47ceb3c65ed65967e8f05b3396be587c305 (diff) | |
download | gcc-16b0521384676b7f6e5dec4b0ebb16b398002858.tar.gz |
a-crbtgk.adb, [...]: Fix typos in comments.
gcc/ada/
* a-crbtgk.adb, a-direct.ads, a-tasatt.adb, ali.ads,
bindgen.adb, checks.adb, einfo.ads, exp_aggr.adb, exp_ch11.adb,
exp_ch3.adb, exp_ch4.adb, exp_ch6.adb, exp_ch7.adb, exp_ch9.adb,
exp_dbug.ads, exp_disp.adb, exp_dist.adb, exp_pakd.adb,
exp_util.adb, g-alveop.ads, g-comlin.adb, g-comlin.ads,
g-diopit.adb, g-socket.ads, gcc-interface/decl.c,
gcc-interface/gigi.h, gcc-interface/trans.c,
lib-load.adb, lib-xref.ads, make.adb, mlib-prj.adb, nlists.ads,
opt.ads, par-ch10.adb, par-ch5.adb, par.adb, s-os_lib.ads,
s-oscons-tmplt.c, s-parint.ads, s-regpat.ads, s-shasto.ads,
s-stausa.ads, s-taprop-vms.adb, sem.adb, sem_ch10.adb,
sem_ch11.adb, sem_ch12.adb, sem_ch13.adb, sem_ch3.adb,
sem_ch3.ads, sem_ch4.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb,
sem_elim.adb, sem_prag.adb, sem_util.adb, sem_util.ads,
sem_warn.adb, sinfo.ads, styleg.adb, vms_data.ads: Fix typos in
comments.
* gnathtml.pl: Fix typos.
From-SVN: r140356
Diffstat (limited to 'gcc/ada/vms_data.ads')
-rw-r--r-- | gcc/ada/vms_data.ads | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/ada/vms_data.ads b/gcc/ada/vms_data.ads index b302791e144..446f7cba8b9 100644 --- a/gcc/ada/vms_data.ads +++ b/gcc/ada/vms_data.ads @@ -780,7 +780,7 @@ package VMS_Data is -- /ERROR_LIMIT=nnn -- -- NNN is a decimal integer in the range of 1 to 1000 and limits the - -- number of diagnostic messages to be generated into Stdoutto that + -- number of diagnostic messages to be generated into Stdout to that -- number. Once that number has been reached, gnatcheck stops -- to print out diagnoses into Stderr. If NNN is equal to 0, this means -- that there is no limit on the number of diagnoses in Stdout @@ -4878,8 +4878,8 @@ package VMS_Data is -- -- Specifies the syntax element metrics to be computed (if at least one -- positive syntax element metric, line metric, complexity or coupling - -- metric is specified then only explicitly specified specified syntax - -- element metrics are computed and reported) + -- metric is specified then only explicitly specified syntax element + -- metrics are computed and reported) -- -- option may be one of the following: -- @@ -5012,8 +5012,8 @@ package VMS_Data is -- Specifies the line metrics to be computed (if at least one positive -- syntax element metric, line metric, complexity or coupling metric is - -- specified then only explicitly specified specified line metrics are - -- computed and reported) + -- specified then only explicitly specified line metrics are computed + -- and reported) -- -- option may be one of the following: -- @@ -5067,8 +5067,8 @@ package VMS_Data is -- Specifies the complexity metrics to be computed (if at least one -- positive syntax element metric, line metric, complexity or coupling - -- metric is specified then only explicitly specified specified complexity - -- metrics are computed and reported) + -- metric is specified then only explicitly specified complexity metrics + -- are computed and reported) -- -- option may be one of the following: -- |