diff --git a/gcc/fortran/interface.cc b/gcc/fortran/interface.cc index c59ed1f5306..6258a41cb59 100644 --- a/gcc/fortran/interface.cc +++ b/gcc/fortran/interface.cc @@ -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 "