From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id 40D883858D1E for ; Fri, 11 Feb 2022 15:13:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 40D883858D1E Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 90B97106F for ; Fri, 11 Feb 2022 07:13:21 -0800 (PST) Received: from localhost (unknown [10.32.98.88]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3AF143F718 for ; Fri, 11 Feb 2022 07:13:21 -0800 (PST) From: Richard Sandiford To: binutils@sourceware.org Mail-Followup-To: binutils@sourceware.org, richard.sandiford@arm.com Subject: [PATCH] gas/doc: Fix "a true results" typo Date: Fri, 11 Feb 2022 15:13:20 +0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-12.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Fri, 11 Feb 2022 15:13:27 -0000 Fix "a true results" typo. Noticed during a discussion in which those present agreed this wasn't the behaviour we were expecting. :-) Pushed as obvious. Richard --- gas/doc/as.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 1a13b5dda42..55b3156f1fa 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -4355,7 +4355,7 @@ You may not subtract arguments from different sections. @item <= @dfn{Is Less Than Or Equal To} -The comparison operators can be used as infix operators. A true results has a +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 perform signed comparisons. @end table -- 2.25.1