* cp/call.c: Fix comment typos.

From-SVN: r112972
This commit is contained in:
Kazu Hirata 2006-04-15 21:48:54 +00:00 committed by Kazu Hirata
parent 75c40d56f7
commit e69460b664
2 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,8 @@
maybe_end_member_template_processing): Use VEC instead of
VARRAY.
* cp/call.c: Fix comment typos.
2006-04-12 Mark Mitchell <mark@codesourcery.com>
* parser.c (cp_parser_init_declarator): Initialize local variables

View File

@ -3982,7 +3982,7 @@ build_op_delete_call (enum tree_code code, tree addr, tree size,
if (placement)
{
/* Get the parmaeter types for the allocation function that is
/* Get the parameter types for the allocation function that is
being called. */
gcc_assert (alloc_fn != NULL_TREE);
argtypes = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (alloc_fn)));
@ -5452,7 +5452,7 @@ build_new_method_call (tree instance, tree fns, tree args,
/* Now we know what function is being called. */
if (fn_p)
*fn_p = fn;
/* Build the actuall CALL_EXPR. */
/* Build the actual CALL_EXPR. */
call = build_over_call (cand, flags);
/* In an expression of the form `a->f()' where `f' turns
out to be a static member function, `a' is