[patch] tree.c: Fix a comment typo.

Kazu Hirata kazu@codesourcery.com
Thu Jul 13 00:10:00 GMT 2006


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)



More information about the Gcc-patches mailing list