From: Kazu Hirata Date: Wed, 12 Jul 2006 22:43:27 +0000 (+0000) Subject: * tree.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f89204ee892355151e00c42e98f75e74416aac8;p=gcc.git * tree.c: Fix a comment typo. From-SVN: r115401 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0ba96f7cb3c..8f732e56379 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-07-12 Kazu Hirata + + * tree.c: Fix a comment typo. + 2006-07-12 Naveen.H.S * config/m32c/muldiv.md (umulhisi3_c): Use only registers for diff --git a/gcc/tree.c b/gcc/tree.c index 1c2a33d1930..48f4614ceae 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)