summaryrefslogtreecommitdiff
path: root/gas/ecoff.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2006-08-29 01:31:56 +0000
committerAlan Modra <amodra@bigpond.net.au>2006-08-29 01:31:56 +0000
commit3f858c51f64f0cfb7aba5c18541615f003f0a0f1 (patch)
tree8eb8a0f9850aa663b23399907554b8a972b727a8 /gas/ecoff.c
parent3b70fef5b33450aceb511202b34caaa844bd3f6f (diff)
downloadbinutils-redhat-3f858c51f64f0cfb7aba5c18541615f003f0a0f1.tar.gz
* ecoff.c (ecoff_directive_val): Fix message typo.
* config/tc-ns32k.c (convert_iif): Likewise. * config/tc-sh64.c (shmedia_check_limits): Likewise.
Diffstat (limited to 'gas/ecoff.c')
-rw-r--r--gas/ecoff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/ecoff.c b/gas/ecoff.c
index 45116e86db..2f9f71f8eb 100644
--- a/gas/ecoff.c
+++ b/gas/ecoff.c
@@ -1,6 +1,6 @@
/* ECOFF debugging support.
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
- 2003, 2004, 2005
+ 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file was put together by Ian Lance Taylor <ian@cygnus.com>. A
@@ -2778,7 +2778,7 @@ ecoff_directive_val (int ignore ATTRIBUTE_UNUSED)
expression (&exp);
if (exp.X_op != O_constant && exp.X_op != O_symbol)
{
- as_bad (_(".val expression is too copmlex"));
+ as_bad (_(".val expression is too complex"));
demand_empty_rest_of_line ();
return;
}