fix comment

From-SVN: r50915
This commit is contained in:
Jason Merrill 2002-03-17 08:53:14 -05:00
parent d16bc33e24
commit 3628840c35
1 changed files with 1 additions and 2 deletions

View File

@ -3578,8 +3578,7 @@ builtin:
match with the placement new is accepted.
CODE is either DELETE_EXPR or VEC_DELETE_EXPR.
ADDR is the pointer to be deleted. For placement delete, it is also
used to determine what the corresponding new looked like.
ADDR is the pointer to be deleted.
SIZE is the size of the memory block to be deleted.
FLAGS are the usual overloading flags.
PLACEMENT is the corresponding placement new call, or NULL_TREE. */