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