From 5f89204ee892355151e00c42e98f75e74416aac8 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 12 Jul 2006 22:43:27 +0000 Subject: [PATCH] * tree.c: Fix a comment typo. From-SVN: r115401 --- gcc/ChangeLog | 4 ++++ gcc/tree.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.30.2