Commit b5912b10 by Tobias Burnus Committed by Tobias Burnus

re PR translation/52273 (translatable string typo: "at at %L")

2012-02-17  Tobias Burnus  <burnus@net-b.de>
            Roland Stigge  <stigge@antcom.de>

        PR translation/52273
        * interface.c (compare_actual_formal): Fix typo "at at".


Co-Authored-By: Roland Stigge <stigge@antcom.de>

From-SVN: r184334
parent bf8367ac
2012-02-17 Tobias Burnus <burnus@net-b.de> 2012-02-17 Tobias Burnus <burnus@net-b.de>
Roland Stigge <stigge@antcom.de>
PR translation/52273
* interface.c (compare_actual_formal): Fix typo "at at".
2012-02-17 Tobias Burnus <burnus@net-b.de>
* gfortran.texi (Q exponent-letter): Fix grammar. * gfortran.texi (Q exponent-letter): Fix grammar.
......
...@@ -2429,7 +2429,7 @@ compare_actual_formal (gfc_actual_arglist **ap, gfc_formal_arglist *formal, ...@@ -2429,7 +2429,7 @@ compare_actual_formal (gfc_actual_arglist **ap, gfc_formal_arglist *formal,
{ {
if (where) if (where)
gfc_error ("Coindexed ASYNCHRONOUS or VOLATILE actual argument at " 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, "ASYNCHRONOUS nor VOLATILE", &a->expr->where,
f->sym->name); f->sym->name);
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment