From: Alejandro Colomar Date: Sun, 2 Nov 2025 18:45:33 +0000 (+0100) Subject: Fix typos in comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a01a30020c78ba15d26784a7ec390ea0a3926895;p=thirdparty%2Fgcc.git Fix typos in comment gcc/c-family/ChangeLog: * c-warn.cc (warn_parms_array_mismatch): Fix typos in comment. Signed-off-by: Alejandro Colomar --- diff --git a/gcc/c-family/c-warn.cc b/gcc/c-family/c-warn.cc index a771444184f..cc127de2488 100644 --- a/gcc/c-family/c-warn.cc +++ b/gcc/c-family/c-warn.cc @@ -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;