OSDN Git Service

* tree.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jul 2006 22:43:27 +0000 (22:43 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jul 2006 22:43:27 +0000 (22:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115401 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree.c

index 0ba96f7..8f732e5 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 1c2a33d..48f4614 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)