aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/symbol.c
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2007-01-05 21:26:00 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2007-01-05 21:26:00 +0100
commitee167bcb2d2382cf9f64d84ac9630176a8deac8f (patch)
treeae2f9e4abaec215bb6387cd6c38ac0d6883903b1 /gcc/fortran/symbol.c
parent54fdc4745216cc4575b48f2db9d4b17741286648 (diff)
downloadgcc-ee167bcb2d2382cf9f64d84ac9630176a8deac8f.zip
gcc-ee167bcb2d2382cf9f64d84ac9630176a8deac8f.tar.gz
gcc-ee167bcb2d2382cf9f64d84ac9630176a8deac8f.tar.bz2
symbol.c (check_conflict): Fix error message.
2007-01-05 Tobias Burnus <burnus@net-b.de> * symbol.c (check_conflict): Fix error message. From-SVN: r120496
Diffstat (limited to 'gcc/fortran/symbol.c')
-rw-r--r--gcc/fortran/symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/symbol.c b/gcc/fortran/symbol.c
index a1aaae8..85aff86 100644
--- a/gcc/fortran/symbol.c
+++ b/gcc/fortran/symbol.c
@@ -573,7 +573,7 @@ conflict_std:
if (name == NULL)
{
return gfc_notify_std (standard, "Fortran 2003: %s attribute "
- "conflicts with %s attribute at %L", a1, a2,
+ "with %s attribute at %L", a1, a2,
where);
}
else