aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-10-03 16:36:41 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-10-03 16:36:41 +0000
commitc0a699675b21aaa2fa2edde12a89bc42a7e9d395 (patch)
treeb56ac4a250268a5489cff78c5b531a99296cba03 /gcc/ada
parent2285b0531de3b6f8c81c411ceebe707e38e52cdf (diff)
downloadgcc-c0a699675b21aaa2fa2edde12a89bc42a7e9d395.zip
gcc-c0a699675b21aaa2fa2edde12a89bc42a7e9d395.tar.gz
gcc-c0a699675b21aaa2fa2edde12a89bc42a7e9d395.tar.bz2
* utils.c: Fix a typo.
From-SVN: r117407
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog2
-rw-r--r--gcc/ada/utils.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 77b3355..c2e13d4 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -2,6 +2,8 @@
* decl.c, utils.c: Fix comment typos.
+ * utils.c: Fix a typo.
+
2006-09-28 Eric Botcazou <ebotcazou@adacore.com>
* decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not set "const" flag
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[] =
{