aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorEnze Li <enze.li@gmx.com>2023-05-09 11:44:22 +0100
committerNick Clifton <nickc@redhat.com>2023-05-09 11:44:22 +0100
commitd9cc4b060dd23724e1acf974aed3d1b72c8459e5 (patch)
treeb3ff376393bb8507ded76603497aa09265a20411 /binutils
parent55a75aae9d971d3d0f49884e3954ac4794559542 (diff)
downloadgdb-d9cc4b060dd23724e1acf974aed3d1b72c8459e5.zip
gdb-d9cc4b060dd23724e1acf974aed3d1b72c8459e5.tar.gz
gdb-d9cc4b060dd23724e1acf974aed3d1b72c8459e5.tar.bz2
Correct a spelling mistake in the binutils README file.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/README2
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 5708814..cd075e7 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 b88678a..5120503 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