aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2002-03-17 08:53:33 -0500
committerJason Merrill <jason@gcc.gnu.org>2002-03-17 08:53:33 -0500
commit0ac7f9233809d56331d54ba42e611722ee2aa71e (patch)
tree2094328b30e8e414ffd29b617c8fb2de785da321 /gcc
parentff8908ff28106ef9891cb1898d18a0624b2b40dd (diff)
downloadgcc-0ac7f9233809d56331d54ba42e611722ee2aa71e.zip
gcc-0ac7f9233809d56331d54ba42e611722ee2aa71e.tar.gz
gcc-0ac7f9233809d56331d54ba42e611722ee2aa71e.tar.bz2
fix comment
From-SVN: r50916
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/call.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c
index 357c068..0cb7dfc 100644
--- a/gcc/cp/call.c
+++ b/gcc/cp/call.c
@@ -3566,8 +3566,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. */