fix comment typo
authorJason Merrill <jason@gcc.gnu.org>
Sun, 17 Mar 2002 23:47:02 +0000 (18:47 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 17 Mar 2002 23:47:02 +0000 (18:47 -0500)
From-SVN: r50929

gcc/cp/tree.c

index acd6fbf3f1db3ef407445d7da968baf80262d8e5..1d99df02965d60525a20639df9453ba157d085d9 100644 (file)
@@ -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