projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a01e7d
)
* tree.c: Fix a comment typo.
author
Kazu Hirata
<kazu@codesourcery.com>
Wed, 12 Jul 2006 22:43:27 +0000
(22:43 +0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Wed, 12 Jul 2006 22:43:27 +0000
(22:43 +0000)
From-SVN: r115401
gcc/ChangeLog
patch
|
blob
|
history
gcc/tree.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 0ba96f7cb3c9a68c5ae7fc4f21dca6a1cdff6778..8f732e56379a225296454f8b480f801870fcdce7 100644
(file)
--- 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 1c2a33d19308ceac1f42dbd134f83eaaf6ef68b0..48f4614ceaeb949e8a0d3c4a8ac9d12e840f9420 100644
(file)
--- 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. */
+ multipl
i
cative identity of the set TYPE. */
tree
build_one_cst (tree type)