diff options
| author | Jason Merrill <jason@gcc.gnu.org> | 2002-03-17 18:47:02 -0500 |
|---|---|---|
| committer | Jason Merrill <jason@gcc.gnu.org> | 2002-03-17 18:47:02 -0500 |
| commit | ab93b543451253d60b02362f9f8bf465d61468e2 (patch) | |
| tree | e84e88e9e97a97de36363e23ef4c9d458e43af47 | |
| parent | e6542f4e1fafccff780241a789315316d556490e (diff) | |
| download | gcc-ab93b543451253d60b02362f9f8bf465d61468e2.zip gcc-ab93b543451253d60b02362f9f8bf465d61468e2.tar.gz gcc-ab93b543451253d60b02362f9f8bf465d61468e2.tar.bz2 | |
fix comment typo
From-SVN: r50929
| -rw-r--r-- | gcc/cp/tree.c | 2 |
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 |
