This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] ada/utils.c: Fix comment typos.


Hi,

Committed as obvious.  Thanks Eric for pointing this out.

Kazu Hirata

2006-10-03  Kazu Hirata  <kazu@codesourcery.com>

	* utils.c: Fix a typo.

Index: utils.c
===================================================================
--- utils.c	(revision 117406)
+++ utils.c	(working copy)
@@ -84,7 +84,7 @@ static tree handle_const_attribute (tree
 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[] =
 {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]