diff options
Diffstat (limited to 'gcc/c-family/c-warn.cc')
| -rw-r--r-- | gcc/c-family/c-warn.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/c-family/c-warn.cc b/gcc/c-family/c-warn.cc index 09517d2..cc127de 100644 --- a/gcc/c-family/c-warn.cc +++ b/gcc/c-family/c-warn.cc @@ -3431,7 +3431,7 @@ expr_to_str (pretty_printer &pp, tree expr, const char *dflt) (FNDECL's is set to the location of the redeclaration). */ void -warn_parm_array_mismatch (location_t origloc, tree fndecl, tree newparms) +warn_parms_array_mismatch (location_t origloc, tree fndecl, tree newparms) { /* The original parameter list (copied from the original declaration into the current [re]declaration, FNDECL)). The two are equal if @@ -3505,8 +3505,8 @@ warn_parm_array_mismatch (location_t origloc, tree fndecl, tree newparms) if (!newa) { - /* Continue of both parameters are pointers with no size - associated with it. */ + /* Continue if both parameters are pointers with no size + associated with them. */ if (!cura) continue; |
