From ab93b543451253d60b02362f9f8bf465d61468e2 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Sun, 17 Mar 2002 18:47:02 -0500 Subject: fix comment typo From-SVN: r50929 --- gcc/cp/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1