aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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