* tree.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 12 Jul 2006 22:43:27 +0000 (22:43 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 12 Jul 2006 22:43:27 +0000 (22:43 +0000)
From-SVN: r115401

gcc/ChangeLog
gcc/tree.c

index 0ba96f7cb3c9a68c5ae7fc4f21dca6a1cdff6778..8f732e56379a225296454f8b480f801870fcdce7 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-12  Kazu Hirata  <kazu@codesourcery.com>
+
+       * tree.c: Fix a comment typo.
+
 2006-07-12  Naveen.H.S  <naveenh@kpitcummins.com>
 
        * config/m32c/muldiv.md (umulhisi3_c): Use only registers for 
index 1c2a33d19308ceac1f42dbd134f83eaaf6ef68b0..48f4614ceaeb949e8a0d3c4a8ac9d12e840f9420 100644 (file)
@@ -1162,7 +1162,7 @@ build_complex (tree type, tree real, tree imag)
 }
 
 /* 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)