OSDN Git Service

* utils.c: Fix a typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Oct 2006 16:36:41 +0000 (16:36 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Oct 2006 16:36:41 +0000 (16:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117407 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/utils.c

index 77b3355..c2e13d4 100644 (file)
@@ -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
index 511391d..8d02d3f 100644 (file)
@@ -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[] =
 {