aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-01-24 17:08:42 +0000
committerNick Clifton <nickc@redhat.com>2002-01-24 17:08:42 +0000
commit391154e9f7452915c95b0c4acf99463f2330dfef (patch)
tree8f56741af81d15d2c117048bd47ca3775e94372c /bfd
parent0e5aca4e548ae3e079e4f8a11c1dcce182815b08 (diff)
downloadgdb-391154e9f7452915c95b0c4acf99463f2330dfef.zip
gdb-391154e9f7452915c95b0c4acf99463f2330dfef.tar.gz
gdb-391154e9f7452915c95b0c4acf99463f2330dfef.tar.bz2
fix typo
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/bfd.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 549cb16..d920d18 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2002-24-01 Philipp Thomas <pthomas@suse.de>
+
+ * bfd.c (_bfd_abort): Fix typo.
+
2002-01-23 Richard Henderson <rth@redhat.com>
* elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
diff --git a/bfd/bfd.c b/bfd/bfd.c
index f0c4037..122f523 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -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);