intrinsic.c (sort_actual): Remove 'is' in error message.

2010-04-20  Harald Anlauf  <anlauf@gmx.de>

	* intrinsic.c (sort_actual): Remove 'is' in error message.

From-SVN: r158577
This commit is contained in:
Harald Anlauf 2010-04-20 21:24:36 +00:00 committed by Steven G. Kargl
parent 0e99cb53b4
commit b41f84890e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-04-20 Harald Anlauf <anlauf@gmx.de>
* intrinsic.c (sort_actual): Remove 'is' in error message.
2010-04-20 Paul Thomas <pault@gcc.gnu.org>
PR fortran/43227

View File

@ -3292,7 +3292,7 @@ keywords:
if (f->actual != NULL)
{
gfc_error ("Argument '%s' is appears twice in call to '%s' at %L",
gfc_error ("Argument '%s' appears twice in call to '%s' at %L",
f->name, name, where);
return FAILURE;
}