diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-03 16:28:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-03 16:28:45 +0000 |
commit | 7a4cf63cecfe31791a5d2549c4a071f06beaafcd (patch) | |
tree | 1ae31441b081fca67ca135877d4a264fd166f168 /gcc/ada/utils.c | |
parent | cdab3c63170b116f7c5753f7181b4ae55c1de7b3 (diff) | |
download | gcc-7a4cf63cecfe31791a5d2549c4a071f06beaafcd.tar.gz |
* decl.c, utils.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117405 138bc75d-0d04-0410-961f-82ee72b054a4
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 3874e39bb8c..511391dc393 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[] = { |