From a01a30020c78ba15d26784a7ec390ea0a3926895 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 2 Nov 2025 19:45:33 +0100 Subject: [PATCH] Fix typos in comment gcc/c-family/ChangeLog: * c-warn.cc (warn_parms_array_mismatch): Fix typos in comment. Signed-off-by: Alejandro Colomar --- 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 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; -- 2.47.3