aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.c
diff options
context:
space:
mode:
authorSteven G. Kargl <kargl@gcc.gnu.org>2011-09-20 16:27:56 +0000
committerSteven G. Kargl <kargl@gcc.gnu.org>2011-09-20 16:27:56 +0000
commit40ebf57b67ae30304a7c12fcbac885a8eb6463ce (patch)
tree04b3790950219d3f20bcd2e0e39e938237b56d40 /gcc/fortran/check.c
parent3c3659076b8ff160f904a4b6295cf4f9f1bccea8 (diff)
downloadgcc-40ebf57b67ae30304a7c12fcbac885a8eb6463ce.zip
gcc-40ebf57b67ae30304a7c12fcbac885a8eb6463ce.tar.gz
gcc-40ebf57b67ae30304a7c12fcbac885a8eb6463ce.tar.bz2
check.c (gfc_check_c_sizeof): Remove redundant word.
2011-09-20 Steven G. Kargl <kargl@gcc.gnu.org> * check.c (gfc_check_c_sizeof): Remove redundant word. From-SVN: r179009
Diffstat (limited to 'gcc/fortran/check.c')
-rw-r--r--gcc/fortran/check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/check.c b/gcc/fortran/check.c
index 5b692ee..b1fc38a 100644
--- a/gcc/fortran/check.c
+++ b/gcc/fortran/check.c
@@ -3489,7 +3489,7 @@ gfc_check_c_sizeof (gfc_expr *arg)
{
if (verify_c_interop (&arg->ts) != SUCCESS)
{
- gfc_error ("'%s' argument of '%s' intrinsic at %L must be be an "
+ gfc_error ("'%s' argument of '%s' intrinsic at %L must be an "
"interoperable data entity",
gfc_current_intrinsic_arg[0]->name, gfc_current_intrinsic,
&arg->where);