From: Stepan Nemec Date: Tue, 9 Aug 2022 15:12:42 +0000 (+0100) Subject: Another gas manual typo correction. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=410a3464e7960d24de4a200e70502dcd01eff98d;p=binutils-gdb.git Another gas manual typo correction. --- diff --git a/gas/doc/as.texi b/gas/doc/as.texi index c1ac22c2297..e915893da86 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -4372,7 +4372,7 @@ perform signed comparisons. 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