diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-07-12 22:43:27 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-07-12 22:43:27 +0000 |
commit | 5f89204ee892355151e00c42e98f75e74416aac8 (patch) | |
tree | 814678c7728fae89088e8748f356edb59af6803f /gcc | |
parent | 8a01e7d967e072a6eca0106c6e31696f58ca771f (diff) | |
download | gcc-5f89204ee892355151e00c42e98f75e74416aac8.zip gcc-5f89204ee892355151e00c42e98f75e74416aac8.tar.gz gcc-5f89204ee892355151e00c42e98f75e74416aac8.tar.bz2 |
* tree.c: Fix a comment typo.
From-SVN: r115401
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tree.c | 2 |
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 @@ -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) |