From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id C64EA385740F for ; Tue, 9 Aug 2022 15:05:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C64EA385740F Received: by mail-wm1-x335.google.com with SMTP id az6-20020a05600c600600b003a530cebbe3so4063095wmb.0 for ; Tue, 09 Aug 2022 08:05:11 -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:in-reply-to:references :user-agent:date:message-id:mime-version:content-transfer-encoding; bh=BxX/b6TeXzhlLSBVUxV+pc27XHXDjtZvuIzjAsELrNg=; b=G/ZKT/Pv+XWL9mIEQMkWYojyQShILMrI5ryUrP9namHlV0zEgH4xTdgMmwZ09/V6wB C2p+UOIBVBOYo1y7jjcIS8B0ryi7MpBauU3XMRnzpZpFX7cMYm/wM0gexr3f5fYKouif 92SfcQXP0W0GrCCZZd7Llu0GXaM6/yfVNF0e383zji7S3RDxm9whBgoLHD98oYJeyYrk I6Qro8ypYYGOGCxraBhYpXfocQRBcEwXkcTFPYWmQg/IFU2i2tEtAhldhlHxdyYXDYET rS501VqBAqOTZ+3p/norP8h7kvAYUTiK3QxmBmUULwEGQ7d3b0yZBHrszNUsqQda1nly aVfw== X-Gm-Message-State: ACgBeo2eW6XBQ9xcys64xjwfUh98Efd7VTS2tdL9tItR5UuHeDlRVz9N viN0bbMw5ljBk5AR/BfFe70uIjVFic4= X-Google-Smtp-Source: AA6agR4+3VYJr7CYadOX+lyGcPe4Vb6LYjQnM5Te3tMhoTYbPzAqwrXZuXw3sOQvFxv0TQ1hEe0MgQ== X-Received: by 2002:a05:600c:4c21:b0:3a5:3c02:5f83 with SMTP id d33-20020a05600c4c2100b003a53c025f83mr7741973wmp.7.1660057510579; Tue, 09 Aug 2022 08:05:10 -0700 (PDT) Received: from localhost (internet-185-112-167-55.cznet.cz. [185.112.167.55]) by smtp.gmail.com with ESMTPSA id u10-20020a05600c19ca00b003a3187a2d4csm22148470wmq.22.2022.08.09.08.05.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Aug 2022 08:05:10 -0700 (PDT) From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= To: Nick Clifton , binutils@sourceware.org Subject: Re: [PATCH] gas: Fix some typos in the Info manual In-Reply-To: <56709577-9c5b-85a5-c92a-89de761a42d4@redhat.com> References: <20220808173824.2233856-1-stepnem@gmail.com> <56709577-9c5b-85a5-c92a-89de761a42d4@redhat.com> User-Agent: Notmuch/0.36 (https://notmuchmail.org) Emacs/29.0.50 (x86_64-pc-linux-gnu) Date: Tue, 09 Aug 2022 17:06:21 +0200 Message-ID: <20220809170621+0200.788134-stepnem@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-10.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_BARRACUDACENTRAL, 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: Tue, 09 Aug 2022 15:05:13 -0000 Hello Nick, On Tue, 09 Aug 2022 15:39:56 +0100 Nick Clifton wrote: > Thanks. I have applied your patch. Any reason you dropped the last hunk? (Rebased on top of master:) -- >8 -- diff --git a/gas/doc/as.texi b/gas/doc/as.texi index c1ac22c22979..e915893da869 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -4372,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 lo= gical +value of 1 but a false result does still return 0. Also note that the log= ical or operator has a slightly lower precedence than logical and. @end table -- 8< -- Was there anything wrong with my patch? It seems you applied (most of) the changes by hand instead of using git(-am) (the latter would have also preserved the correct spelling of my name). Thanks, =C5=A0t=C4=9Bp=C3=A1n