diff options
| author | Kazu Hirata <kazu@codesourcery.com> | 2006-10-03 16:36:41 +0000 |
|---|---|---|
| committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-10-03 16:36:41 +0000 |
| commit | c0a699675b21aaa2fa2edde12a89bc42a7e9d395 (patch) | |
| tree | b56ac4a250268a5489cff78c5b531a99296cba03 /gcc/ada/utils.c | |
| parent | 2285b0531de3b6f8c81c411ceebe707e38e52cdf (diff) | |
| download | gcc-c0a699675b21aaa2fa2edde12a89bc42a7e9d395.zip gcc-c0a699675b21aaa2fa2edde12a89bc42a7e9d395.tar.gz gcc-c0a699675b21aaa2fa2edde12a89bc42a7e9d395.tar.bz2 | |
* utils.c: Fix a typo.
From-SVN: r117407
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 511391d..8d02d3f 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 accommodate the Alpha back-end which + this minimal set of attributes to accommodate the Alpha back-end which unconditionally puts them on its builtins. */ const struct attribute_spec gnat_internal_attribute_table[] = { |
