diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-27 15:46:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-27 15:46:10 +0000 |
commit | 3a1a20369e5acacd7c1b15ccdc5fd4e50d521cb0 (patch) | |
tree | b9b4e18f244c69947e80fee1069952ba053aff12 /binutils/ieee.c | |
parent | 7edb8f2931f6e3f74b9064fb0b801df9b1f108c7 (diff) | |
download | binutils-gdb-3a1a20369e5acacd7c1b15ccdc5fd4e50d521cb0.tar.gz |
Fix transaltion problems.
Diffstat (limited to 'binutils/ieee.c')
-rw-r--r-- | binutils/ieee.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/ieee.c b/binutils/ieee.c index 99c6693fbfd..4735fb31987 100644 --- a/binutils/ieee.c +++ b/binutils/ieee.c @@ -1,5 +1,5 @@ /* ieee.c -- Read and write IEEE-695 debugging information. - Copyright 1996, 1998, 2000, 2001 Free Software Foundation, Inc. + Copyright 1996, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. Written by Ian Lance Taylor <ian@cygnus.com>. This file is part of GNU Binutils. @@ -1916,7 +1916,7 @@ parse_ieee_ty (info, pp) switch (kind) { default: - ieee_error (info, ty_start, _("unsupported qualifer")); + ieee_error (info, ty_start, _("unsupported qualifier")); return false; case 1: |