public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gas/doc/internals.texi: fix typo
@ 2022-11-02  6:30 Jojo R
  2022-11-02 12:57 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Jojo R @ 2022-11-02  6:30 UTC (permalink / raw)
  To: rjiejie, binutils

	* gas/doc/internals.texi (md_emit_single_noop_insn):
	fix '@var missing closing brace'
	* gas/doc/internals.texi (Hash tables):
	fix '@menu reference to nonexistent node `Hash tables''
---
 gas/doc/internals.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi
index 59b2d3acee5..a91d2ab9c1e 100644
--- a/gas/doc/internals.texi
+++ b/gas/doc/internals.texi
@@ -1557,7 +1557,7 @@ information.
 @item md_emit_single_noop_insn
 @itemx md_single_noop_insn
 These macro facilitate the @var{.nop} directive.  If defined the
-@var{md_emit_single_noop_insn) macro provides code to insert a single no-op
+@var{md_emit_single_noop_insn} macro provides code to insert a single no-op
 instruction into the output stream.  If this involves calling @var{md_assemble}
 with a fixed string then the alternative macro @var{md_single_noop_insn} can be
 defined, specifying the string to pass.  If neither of these macros are defined
@@ -1890,7 +1890,6 @@ This section describes basic internal functions used by GAS.
 
 @menu
 * Warning and error messages::  Warning and error messages
-* Hash tables::                 Hash tables
 @end menu
 
 @node Warning and error messages
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] gas/doc/internals.texi: fix typo
  2022-11-02  6:30 [PATCH] gas/doc/internals.texi: fix typo Jojo R
@ 2022-11-02 12:57 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2022-11-02 12:57 UTC (permalink / raw)
  To: Jojo R, binutils

Hi Jojo,

> 	* gas/doc/internals.texi (md_emit_single_noop_insn):
> 	fix '@var missing closing brace'
> 	* gas/doc/internals.texi (Hash tables):
> 	fix '@menu reference to nonexistent node `Hash tables''

Approved - please apply.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-02 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02  6:30 [PATCH] gas/doc/internals.texi: fix typo Jojo R
2022-11-02 12:57 ` 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).