]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
intrinsic.c (sort_actual): Remove 'is' in error message.
authorHarald Anlauf <anlauf@gmx.de>
Tue, 20 Apr 2010 21:24:36 +0000 (21:24 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Tue, 20 Apr 2010 21:24:36 +0000 (21:24 +0000)
2010-04-20  Harald Anlauf  <anlauf@gmx.de>

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

From-SVN: r158577

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.c

index 6663603495549dfdd5f39b50246749b27412290d..86cedc9466c8cdff1e056128e441de8e32292946 100644 (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
index 470839af1044e65a7a9eacaf971630857afd4cdd..494b8165584bb03d91baca431aba8fefa5790924 100644 (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;
        }