aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-07-12 22:43:27 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-07-12 22:43:27 +0000
commit5f89204ee892355151e00c42e98f75e74416aac8 (patch)
tree814678c7728fae89088e8748f356edb59af6803f /gcc/tree.c
parent8a01e7d967e072a6eca0106c6e31696f58ca771f (diff)
downloadgcc-5f89204ee892355151e00c42e98f75e74416aac8.zip
gcc-5f89204ee892355151e00c42e98f75e74416aac8.tar.gz
gcc-5f89204ee892355151e00c42e98f75e74416aac8.tar.bz2
* tree.c: Fix a comment typo.
From-SVN: r115401
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 1c2a33d..48f4614 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)