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/utils.c | |
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/utils.c')
-rw-r--r-- | gcc/ada/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/utils.c b/gcc/ada/utils.c index 8dd445f..4d10940 100644 --- a/gcc/ada/utils.c +++ b/gcc/ada/utils.c @@ -95,7 +95,7 @@ static tree handle_type_generic_attribute (tree *, tree, tree, int, bool *); static tree fake_attribute_handler (tree *, tree, tree, int, bool *); /* Table of machine-independent internal attributes for Ada. We support - this minimal set ot attributes to accomodate the needs of builtins. */ + this minimal set of attributes to accommodate the needs of builtins. */ const struct attribute_spec gnat_internal_attribute_table[] = { /* { name, min_len, max_len, decl_req, type_req, fn_type_req, handler } */ |