diff options
author | Nick Clifton <nickc@redhat.com> | 2002-01-24 17:08:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-01-24 17:08:42 +0000 |
commit | 391154e9f7452915c95b0c4acf99463f2330dfef (patch) | |
tree | 8f56741af81d15d2c117048bd47ca3775e94372c /bfd/bfd.c | |
parent | 0e5aca4e548ae3e079e4f8a11c1dcce182815b08 (diff) | |
download | gdb-391154e9f7452915c95b0c4acf99463f2330dfef.zip gdb-391154e9f7452915c95b0c4acf99463f2330dfef.tar.gz gdb-391154e9f7452915c95b0c4acf99463f2330dfef.tar.bz2 |
fix typo
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r-- | bfd/bfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -727,7 +727,7 @@ _bfd_abort (file, line, fn) BFD_VERSION_STRING, file, line, fn); else (*_bfd_error_handler) - (_("BFD %sinternal error, aborting at %s line %d\n"), + (_("BFD %s internal error, aborting at %s line %d\n"), BFD_VERSION_STRING, file, line); (*_bfd_error_handler) (_("Please report this bug.\n")); xexit (EXIT_FAILURE); |