diff options
author | Jojo R <rjiejie@linux.alibaba.com> | 2022-11-02 14:09:52 +0800 |
---|---|---|
committer | Jojo R <rjiejie@linux.alibaba.com> | 2022-11-04 09:53:17 +0800 |
commit | a494349e806417d4dc7d217500225e515a777811 (patch) | |
tree | ec6e379489f4a46e5d9d8d61326c06f4b25bf640 | |
parent | 0dea8b8d9fb48df577fb6f28846e498d3c0bb9bf (diff) | |
download | gdb-a494349e806417d4dc7d217500225e515a777811.zip gdb-a494349e806417d4dc7d217500225e515a777811.tar.gz gdb-a494349e806417d4dc7d217500225e515a777811.tar.bz2 |
gas/doc/internals.texi: fix typo
* 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''
-rw-r--r-- | gas/doc/internals.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index 59b2d3a..a91d2ab 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 |