From: Enze Li Date: Tue, 9 May 2023 10:44:22 +0000 (+0100) Subject: Correct a spelling mistake in the binutils README file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9cc4b060dd23724e1acf974aed3d1b72c8459e5;p=binutils-gdb.git Correct a spelling mistake in the binutils README file. --- 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 + + * README: Correct a typo. + 2023-05-02 Nick Clifton * 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