]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fortran: Fix typo in error message.
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 21 Mar 2025 17:13:37 +0000 (10:13 -0700)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 21 Mar 2025 17:13:37 +0000 (10:13 -0700)
PR fortran/119403

gcc/fortran/ChangeLog:

* interface.cc (compare_parameter): Fix typo.

gcc/fortran/interface.cc

index c59ed1f5306c7a5dd745031b71d1cd3c71de9b4b..6258a41cb59627683feba11c00cf720fd7776c11 100644 (file)
@@ -2494,7 +2494,7 @@ compare_parameter (gfc_symbol *formal, gfc_expr *actual,
            {
              if (formal->attr.artificial)
                gfc_error_opt (0, "Interface mismatch in dummy procedure "
-                              "at %L conflichts with %L: %s", &actual->where,
+                              "at %L conflicts with %L: %s", &actual->where,
                               &formal->declared_at, err);
              else
                gfc_error_opt (0, "Interface mismatch in dummy procedure %qs at "