gcc/c-family/ChangeLog:
* c-warn.cc (warn_parms_array_mismatch): Fix typos in comment.
Signed-off-by: Alejandro Colomar <[email protected]>
---
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.51.0