aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorStepan Nemec <stepnem@gmail.com>2022-08-09 16:12:42 +0100
committerNick Clifton <nickc@redhat.com>2022-08-09 16:12:42 +0100
commit410a3464e7960d24de4a200e70502dcd01eff98d (patch)
treec61453ecfd6dfbd96c40f370c320e5705943d44a /gas/doc
parentf56173071020d3e97c98c550ba6264122e5d861d (diff)
downloadfsf-binutils-gdb-410a3464e7960d24de4a200e70502dcd01eff98d.zip
fsf-binutils-gdb-410a3464e7960d24de4a200e70502dcd01eff98d.tar.gz
fsf-binutils-gdb-410a3464e7960d24de4a200e70502dcd01eff98d.tar.bz2
Another gas manual typo correction.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index c1ac22c..e915893 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