aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2002-03-17 18:47:02 -0500
committerJason Merrill <jason@gcc.gnu.org>2002-03-17 18:47:02 -0500
commitab93b543451253d60b02362f9f8bf465d61468e2 (patch)
treee84e88e9e97a97de36363e23ef4c9d458e43af47
parente6542f4e1fafccff780241a789315316d556490e (diff)
downloadgcc-ab93b543451253d60b02362f9f8bf465d61468e2.zip
gcc-ab93b543451253d60b02362f9f8bf465d61468e2.tar.gz
gcc-ab93b543451253d60b02362f9f8bf465d61468e2.tar.bz2
fix comment typo
From-SVN: r50929
-rw-r--r--gcc/cp/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c
index acd6fbf..1d99df0 100644
--- a/gcc/cp/tree.c
+++ b/gcc/cp/tree.c
@@ -292,7 +292,7 @@ build_cplus_new (type, init)
return rval;
}
-/* Buidl a TARGET_EXPR using INIT to initialize a new temporary of the
+/* Build a TARGET_EXPR using INIT to initialize a new temporary of the
indicated TYPE. */
tree