public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: Nick Clifton <nickc@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] Fix redundant space typo in linker documentation.
Date: Mon, 13 Nov 2023 15:33:03 +0000 (GMT)	[thread overview]
Message-ID: <20231113153303.C9A91385333D@sourceware.org> (raw)

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.

                 reply	other threads:[~2023-11-13 15:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231113153303.C9A91385333D@sourceware.org \
    --to=nickc@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).