Signed-off-by: Alejandro Colomar <[email protected]>
---
gcc/c-family/c-warn.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/c-family/c-warn.cc b/gcc/c-family/c-warn.cc
index a771444184f..e5e3ef70710 100644
--- a/gcc/c-family/c-warn.cc
+++ b/gcc/c-family/c-warn.cc
@@ -3505,7 +3505,7 @@ warn_parms_array_mismatch (location_t origloc, tree
fndecl, tree newparms)
if (!newa)
{
- /* Continue of both parameters are pointers with no size
+ /* Continue if both parameters are pointers with no size
associated with it. */
if (!cura)
continue;
--
2.51.0