https://gcc.gnu.org/g:a01a30020c78ba15d26784a7ec390ea0a3926895
commit r16-5031-ga01a30020c78ba15d26784a7ec390ea0a3926895 Author: Alejandro Colomar <[email protected]> Date: Sun Nov 2 19:45:33 2025 +0100 Fix typos in comment gcc/c-family/ChangeLog: * c-warn.cc (warn_parms_array_mismatch): Fix typos in comment. Signed-off-by: Alejandro Colomar <[email protected]> Diff: --- gcc/c-family/c-warn.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/c-family/c-warn.cc b/gcc/c-family/c-warn.cc index a771444184fc..cc127de24882 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;
