Skip to content

Commit a01a300

Browse files
alejandro-colomarjsm28
authored andcommitted
Fix typos in comment
gcc/c-family/ChangeLog: * c-warn.cc (warn_parms_array_mismatch): Fix typos in comment. Signed-off-by: Alejandro Colomar <alx@kernel.org>
1 parent c106443 commit a01a300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcc/c-family/c-warn.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3505,8 +3505,8 @@ warn_parms_array_mismatch (location_t origloc, tree fndecl, tree newparms)
35053505

35063506
if (!newa)
35073507
{
3508-
/* Continue of both parameters are pointers with no size
3509-
associated with it. */
3508+
/* Continue if both parameters are pointers with no size
3509+
associated with them. */
35103510
if (!cura)
35113511
continue;
35123512

0 commit comments

Comments
 (0)