]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typos in comment
authorAlejandro Colomar <alx@kernel.org>
Sun, 2 Nov 2025 18:45:33 +0000 (19:45 +0100)
committerJoseph Myers <josmyers@redhat.com>
Tue, 4 Nov 2025 18:05:00 +0000 (18:05 +0000)
gcc/c-family/ChangeLog:

* c-warn.cc (warn_parms_array_mismatch): Fix typos in comment.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
gcc/c-family/c-warn.cc

index a771444184fc5b427a762a65976028c6edfb338a..cc127de24882717d894b5c5773b2c30b404d191f 100644 (file)
@@ -3505,8 +3505,8 @@ warn_parms_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;