* tree.c: Fix a comment typo.

From-SVN: r115401
This commit is contained in:
Kazu Hirata 2006-07-12 22:43:27 +00:00 committed by Kazu Hirata
parent 8a01e7d967
commit 5f89204ee8
2 changed files with 5 additions and 1 deletions

View 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

View 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)