This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix typo in bfd.c


Correction for a typo in _bfd_assert. I don't have write access so this
needs to be checked in by somebody else who does if this is approved

2002-24-01  Philipp Thomas  <pthomas@suse.de>

	* bfd.c (_bfd_abort): Fix typo.


Index: bfd.c
===================================================================
RCS file: /cvs/src/src/bfd/bfd.c,v
retrieving revision 1.28
diff -u -p -r1.28 bfd.c
--- bfd.c	2001/12/17 00:40:53	1.28
+++ bfd.c	2002/01/24 16:31:41
@@ -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);

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Deutscherrnstr. 15-19, D-90429 Nuremberg, Germany

Penguins shall save the dinosaurs
                          -- Handelsblatt about Linux on S/390


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]