projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f561730
)
Another gas manual typo correction.
author
Stepan Nemec
<stepnem@gmail.com>
Tue, 9 Aug 2022 15:12:42 +0000
(16:12 +0100)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 9 Aug 2022 15:12:42 +0000
(16:12 +0100)
gas/doc/as.texi
patch
|
blob
|
history
diff --git
a/gas/doc/as.texi
b/gas/doc/as.texi
index c1ac22c22979433b919d943db924a63d94788caf..e915893da86958c17c08507ad56a89a93d937b65 100644
(file)
--- 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 result
s
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