[binutils-gdb] Correct a spelling mistake in the binutils README file.

Nick Clifton nickc@sourceware.org
Tue May 9 10:44:39 GMT 2023


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d9cc4b060dd23724e1acf974aed3d1b72c8459e5

commit d9cc4b060dd23724e1acf974aed3d1b72c8459e5
Author: Enze Li <enze.li@gmx.com>
Date:   Tue May 9 11:44:22 2023 +0100

    Correct a spelling mistake in the binutils README file.

Diff:
---
 binutils/ChangeLog | 4 ++++
 binutils/README    | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 57088149653..cd075e7268a 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2023-05-09  Enze Li  <enze.li@gmx.com>
+
+	* README:  Correct a typo.
+
 2023-05-02  Nick Clifton  <nickc@redhat.com>
 
 	* MAINTAINERS: Remove Dimity Diky as MSP430 maintainer.
diff --git a/binutils/README b/binutils/README
index b88678a1d68..5120503b80f 100644
--- a/binutils/README
+++ b/binutils/README
@@ -110,7 +110,7 @@ Native Language Support
 By default Native Language Support will be enabled for binutils.  On
 some systems however this support is not present and can lead to error
 messages such as "undefined reference to `libintl_gettext'" when
-building there tools.  If that happens the NLS support can be disabled
+building these tools.  If that happens the NLS support can be disabled
 by adding the --disable-nls switch to the configure line like this:
 
 	../binutils-XXX/configure --disable-nls


More information about the Binutils-cvs mailing list