diff options
| author | Kazu Hirata <kazu@codesourcery.com> | 2006-10-03 16:28:45 +0000 |
|---|---|---|
| committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-10-03 16:28:45 +0000 |
| commit | 2285b0531de3b6f8c81c411ceebe707e38e52cdf (patch) | |
| tree | 1ae31441b081fca67ca135877d4a264fd166f168 /gcc/ada/utils.c | |
| parent | baf2c2583472707acd2f6d11d55fc176fe30835f (diff) | |
| download | gcc-2285b0531de3b6f8c81c411ceebe707e38e52cdf.zip gcc-2285b0531de3b6f8c81c411ceebe707e38e52cdf.tar.gz gcc-2285b0531de3b6f8c81c411ceebe707e38e52cdf.tar.bz2 | |
* decl.c, utils.c: Fix comment typos.
From-SVN: r117405
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 3874e39..511391d 100644 --- a/gcc/ada/utils.c +++ b/gcc/ada/utils.c @@ -84,7 +84,7 @@ static tree handle_const_attribute (tree *, tree, tree, int, bool *); static tree handle_nothrow_attribute (tree *, tree, tree, int, bool *); /* Table of machine-independent internal attributes for Ada. We support - this minimal set ot attributes to accomodate the Alpha back-end which + this minimal set ot attributes to accommodate the Alpha back-end which unconditionally puts them on its builtins. */ const struct attribute_spec gnat_internal_attribute_table[] = { |
