diff options
author | Stepan Nemec <stepnem@gmail.com> | 2022-08-09 16:12:42 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-08-09 16:12:42 +0100 |
commit | 410a3464e7960d24de4a200e70502dcd01eff98d (patch) | |
tree | c61453ecfd6dfbd96c40f370c320e5705943d44a /gas | |
parent | f56173071020d3e97c98c550ba6264122e5d861d (diff) | |
download | gdb-410a3464e7960d24de4a200e70502dcd01eff98d.zip gdb-410a3464e7960d24de4a200e70502dcd01eff98d.tar.gz gdb-410a3464e7960d24de4a200e70502dcd01eff98d.tar.bz2 |
Another gas manual typo correction.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/doc/as.texi | 2 |
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 |