Fortran: Fix typo in error message.

PR fortran/119403

gcc/fortran/ChangeLog:

	* interface.cc (compare_parameter): Fix typo.
This commit is contained in:
Jerry DeLisle 2025-03-21 10:13:37 -07:00
parent ab716829da
commit 00cbf03029

View 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 "