From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32f.google.com (mail-wm1-x32f.google.com [IPv6:2a00:1450:4864:20::32f]) by sourceware.org (Postfix) with ESMTPS id 72EE73857000 for ; Mon, 8 Aug 2022 17:37:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 72EE73857000 Received: by mail-wm1-x32f.google.com with SMTP id r1-20020a05600c35c100b003a326685e7cso6075584wmq.1 for ; Mon, 08 Aug 2022 10:37:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=RqYIBYyr5Hjtd6+/vJ08+HjIjXhDXS9W6hhRLt/Are4=; b=y/3U2ZEgLbdft/J8MmdEoyWd9CFoPspjC/2D2ZxObbwKCPBW4/6O72IlHhg+x1neZy sHHXXCHJsRAM2Gtmw5aLawKtcqYyQE48bF5zcjU+ofPdGZXrNHxuB9aml9/asKGghW5m UsdZ9gQ7kGrMml6RxKcFCAjRchUOtixVtGJpftsB2Jt9Ys6t61IvHtdOveImZGyrNJN5 +GQNfVZLn7PrwZVV5qQKVV1bWlLok6X2LLKbqXNKN7nR1GiMvGZu7b2lX313lYOq+c72 hcjK48mh9SeEOGCxmQm315cyUw96MesTWB/wH/BnhQGWQosCbtmWXXAQ1RZQMy7nh8br VeGg== X-Gm-Message-State: ACgBeo1iyYrZsnMrrNicJYnfwX4MX8li+//FCWfYcWSg2O816ygkaPRg JLz6mwx8x01Ft203AodgrEpWXPfR6QA= X-Google-Smtp-Source: AA6agR79pK7/gaOihE2WEdcL+lMeahwIErhzCTjTe+qWx49p1PolZ+qr3Rqg/c5zl2+f6caTHuyTKw== X-Received: by 2002:a1c:f709:0:b0:3a0:3b29:5eb2 with SMTP id v9-20020a1cf709000000b003a03b295eb2mr18319979wmh.133.1659980233933; Mon, 08 Aug 2022 10:37:13 -0700 (PDT) Received: from localhost (internet-185-112-167-38.cznet.cz. [185.112.167.38]) by smtp.gmail.com with ESMTPSA id r29-20020adfa15d000000b002206d5fded3sm11883793wrr.104.2022.08.08.10.37.13 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Aug 2022 10:37:13 -0700 (PDT) From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= To: binutils@sourceware.org Subject: [PATCH] gas: Fix some typos in the Info manual Date: Mon, 8 Aug 2022 19:38:24 +0200 Message-Id: <20220808173824.2233856-1-stepnem@gmail.com> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2022 17:37:17 -0000 * gas/doc/as.texi: Fix some typos. --- gas/doc/as.texi | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 09b0ca5f565c..e915893da869 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -2885,9 +2885,9 @@ If the first line of an input file is @code{#NO_APP} or if you use the @samp{-f} option, whitespace and comments are not removed from the input file. Within an input file, you can ask for whitespace and comment removal in -specific portions of the by putting a line that says @code{#APP} before the +specific portions of the file by putting a line that says @code{#APP} before the text that may contain whitespace or comments, and putting a line that says -@code{#NO_APP} after this text. This feature is mainly intend to support +@code{#NO_APP} after this text. This feature is mainly intended to support @code{asm} statements in compilers whose output is otherwise free of comments and whitespace. @@ -2923,12 +2923,13 @@ @cindex line comment character Anything from a @dfn{line comment} character up to the next newline is considered a comment and is ignored. The line comment character is target -specific, and some targets multiple comment characters. Some targets also have -line comment characters that only work if they are the first character on a -line. Some targets use a sequence of two characters to introduce a line -comment. Some targets can also change their line comment characters depending -upon command-line options that have been used. For more details see the -@emph{Syntax} section in the documentation for individual targets. +specific, and some targets support multiple comment characters. Some targets +also have line comment characters that only work if they are the first +character on a line. Some targets use a sequence of two characters to +introduce a line comment. Some targets can also change their line comment +characters depending upon command-line options that have been used. For more +details see the @emph{Syntax} section in the documentation for individual +targets. If the line comment character is the hash sign (@samp{#}) then it still has the special ability to enable and disable preprocessing (@pxref{Preprocessing}) and @@ -3649,7 +3650,7 @@ @cindex expr (internal section) @item expr section -The assembler stores complex expression internally as combinations of +The assembler stores complex expressions internally as combinations of symbols. When it needs to represent an expression as a symbol, it puts it in the expr section. @c FIXME item debug @@ -4356,7 +4357,7 @@ @dfn{Is Less Than Or Equal To} The comparison operators can be used as infix operators. A true result has a -value of -1 whereas a false result has a value of 0. Note, these operators +value of -1 whereas a false result has a value of 0. Note, these operators perform signed comparisons. @end table @@ -4371,7 +4372,7 @@ These two logical operations can be used to combine the results of sub expressions. Note, unlike the comparison operators a true result returns a -value of 1 but a false results does still return 0. Also note that the logical +value of 1 but a false result does still return 0. Also note that the logical or operator has a slightly lower precedence than logical and. @end table base-commit: e441b55e94c905c6ee4417be3e5d88021d9c5aa6 -- 2.37.1