From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out30-132.freemail.mail.aliyun.com (out30-132.freemail.mail.aliyun.com [115.124.30.132]) by sourceware.org (Postfix) with ESMTPS id 0A17F3858D3C for ; Wed, 2 Nov 2022 06:30:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0A17F3858D3C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=linux.alibaba.com X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R121e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045168;MF=rjiejie@linux.alibaba.com;NM=1;PH=DS;RN=2;SR=0;TI=SMTPD_---0VTmOGEx_1667370648; Received: from localhost(mailfrom:rjiejie@linux.alibaba.com fp:SMTPD_---0VTmOGEx_1667370648) by smtp.aliyun-inc.com; Wed, 02 Nov 2022 14:30:49 +0800 From: Jojo R To: rjiejie@linux.alibaba.com, binutils@sourceware.org Subject: [PATCH] gas/doc/internals.texi: fix typo Date: Wed, 2 Nov 2022 14:30:46 +0800 Message-Id: <20221102063046.31551-1-rjiejie@linux.alibaba.com> X-Mailer: git-send-email 2.24.3 (Apple Git-128) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-18.8 required=5.0 tests=BAYES_00,ENV_AND_HDR_SPF_MATCH,GIT_PATCH_0,KAM_DMARC_STATUS,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP,UNPARSEABLE_RELAY,USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: * 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