diff options
Diffstat (limited to 'gcc/fortran/interface.cc')
-rw-r--r-- | gcc/fortran/interface.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/interface.cc b/gcc/fortran/interface.cc index c59ed1f..6258a41 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 " |