public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in bfd.c
@ 2002-01-24  9:09 Philipp Thomas
  2002-01-24  9:24 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Thomas @ 2002-01-24  9:09 UTC (permalink / raw)
  To: binutils

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in bfd.c
  2002-01-24  9:09 [PATCH] Fix typo in bfd.c Philipp Thomas
@ 2002-01-24  9:24 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2002-01-24  9:24 UTC (permalink / raw)
  To: Philipp Thomas; +Cc: binutils

Hi Philipp,

> 2002-24-01  Philipp Thomas  <pthomas@suse.de>
> 
> 	* bfd.c (_bfd_abort): Fix typo.

Approved and applied.

Cheers
        Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-01-24 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-24  9:09 [PATCH] Fix typo in bfd.c Philipp Thomas
2002-01-24  9:24 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).