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] tree.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2006-07-12  Kazu Hirata  <kazu@codesourcery.com>

	* tree.c: Fix a comment typo.

Index: tree.c
===================================================================
--- tree.c	(revision 115400)
+++ tree.c	(working copy)
@@ -1162,7 +1162,7 @@ build_complex (tree type, tree real, tre
 }
 
 /* Return a constant of arithmetic type TYPE which is the
-   multiplcative identity of the set TYPE.  */
+   multiplicative identity of the set TYPE.  */
 
 tree
 build_one_cst (tree type)


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