Fix a typo in the README of binutils

Message ID OS3P286MB2152C5D5037E18A71DEBF80BF0739@OS3P286MB2152.JPNP286.PROD.OUTLOOK.COM
State Accepted
Headers
Series Fix a typo in the README of binutils |

Checks

Context Check Description
snail/binutils-gdb-check success Github commit url

Commit Message

Enze Li May 6, 2023, 1:11 p.m. UTC
  building there tools -> building these tools

binutils/ChangeLog:

	* README: Correct a typo.
---
 binutils/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 973f18b57cc1c7ba343d02bf766d3b51dedc111b
  

Comments

Nick Clifton May 9, 2023, 10:45 a.m. UTC | #1
Hi Enze,

>    building there tools -> building these tools

Thanks for spotting this.  I have applied your patch.

Cheers
   Nick
  

Patch

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