public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Fix redundant space typo in linker documentation.
@ 2023-11-13 15:33 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2023-11-13 15:33 UTC (permalink / raw)
  To: bfd-cvs

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

commit 63611bfe22fbb6155e4466370ddb9650bec0087a
Author: Chung-Ju Wu <jasonwucj@gmail.com>
Date:   Mon Nov 13 15:32:45 2023 +0000

    Fix redundant space typo in linker documentation.

Diff:
---
 ld/ChangeLog | 4 ++++
 ld/ld.texi   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index fc2478ec197..316ef47e93b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2023-11-13  Chung-Ju Wu  <jasonwucj@gmail.com>
+
+	* ld.texi: Fix redundant space typo.
+
 2023-11-10  Nick Clifton  <nickc@redhat.com>
 
 	* ldlex.h (enum option_values): Add OPTION_ERROR_EXECSTACK,
diff --git a/ld/ld.texi b/ld/ld.texi
index 32c09e24478..5a143b2b518 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -5605,7 +5605,7 @@ bytes when used to fill gaps.  Thus @samp{FILL(144)} will fill a
 region with repeats of the pattern @samp{0 0 0 144}.  The value is
 treated as a big-endian number, so for example
 @samp{FILL(22 * 256 + 23)} will fill the region with repeats of the
-pattern @samp {0 0 22 23}.  If the expression results in a value with
+pattern @samp{0 0 22 23}.  If the expression results in a value with
 more than 4 significant bytes only the least 4 bytes of the value will
 be used.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-13 15:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-13 15:33 [binutils-gdb] Fix redundant space typo in linker documentation Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).