From b5912b10130d5ac5c766835d1d6f80323130bed9 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Fri, 17 Feb 2012 14:05:48 +0100 Subject: re PR translation/52273 (translatable string typo: "at at %L") 2012-02-17 Tobias Burnus Roland Stigge PR translation/52273 * interface.c (compare_actual_formal): Fix typo "at at". Co-Authored-By: Roland Stigge From-SVN: r184334 --- gcc/fortran/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/interface.c') diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c index 7b5f445..16a2be9 100644 --- a/gcc/fortran/interface.c +++ b/gcc/fortran/interface.c @@ -2429,7 +2429,7 @@ compare_actual_formal (gfc_actual_arglist **ap, gfc_formal_arglist *formal, { if (where) gfc_error ("Coindexed ASYNCHRONOUS or VOLATILE actual argument at " - "at %L requires that dummy '%s' has neither " + "%L requires that dummy '%s' has neither " "ASYNCHRONOUS nor VOLATILE", &a->expr->where, f->sym->name); return 0; -- cgit v1.1