* utils.c: Fix a typo.
authorKazu Hirata <kazu@codesourcery.com>
Tue, 3 Oct 2006 16:36:41 +0000 (16:36 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 3 Oct 2006 16:36:41 +0000 (16:36 +0000)
From-SVN: r117407

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

index 77b33552ccd9c1ed55f75eff49fec49a4bc92c5a..c2e13d4dd0dea0a178dca8929cc3f78c9c947c7e 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 511391dc393d5fc1daf2bfb337cc5968467b1bbc..8d02d3f38c4b623a60328c3f88e71d9cc2deaa29 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[] =
 {