Another gas manual typo correction.
authorStepan Nemec <stepnem@gmail.com>
Tue, 9 Aug 2022 15:12:42 +0000 (16:12 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 9 Aug 2022 15:12:42 +0000 (16:12 +0100)
gas/doc/as.texi

index c1ac22c22979433b919d943db924a63d94788caf..e915893da86958c17c08507ad56a89a93d937b65 100644 (file)
@@ -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