From c0a699675b21aaa2fa2edde12a89bc42a7e9d395 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 3 Oct 2006 16:36:41 +0000 Subject: [PATCH] * utils.c: Fix a typo. From-SVN: r117407 --- gcc/ada/ChangeLog | 2 ++ gcc/ada/utils.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 77b33552ccd..c2e13d4dd0d 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 * decl.c (gnat_to_gnu_entity) : Do not set "const" flag diff --git a/gcc/ada/utils.c b/gcc/ada/utils.c index 511391dc393..8d02d3f38c4 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[] = { -- 2.30.2