gas/doc/internals.texi: fix typo
authorJojo R <rjiejie@linux.alibaba.com>
Wed, 2 Nov 2022 06:09:52 +0000 (14:09 +0800)
committerJojo R <rjiejie@linux.alibaba.com>
Fri, 4 Nov 2022 01:53:17 +0000 (09:53 +0800)
* 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

index 59b2d3acee59fe31eab6cf8e61a11cbca937c3b0..a91d2ab9c1ec3f36db34a2ab92ca9868ce8a8f97 100644 (file)
@@ -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