From: Jason Merrill Date: Sun, 17 Mar 2002 23:47:02 +0000 (-0500) Subject: fix comment typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab93b543451253d60b02362f9f8bf465d61468e2;p=gcc.git fix comment typo From-SVN: r50929 --- diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index acd6fbf3f1d..1d99df02965 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