aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0ba96f7..8f732e5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/tree.c b/gcc/tree.c
index 1c2a33d..48f4614 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -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)