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:
18d07d1
)
gas/doc: Fix "a true results" typo
author
Richard Sandiford
<richard.sandiford@arm.com>
Fri, 11 Feb 2022 15:03:47 +0000
(15:03 +0000)
committer
Richard Sandiford
<richard.sandiford@arm.com>
Fri, 11 Feb 2022 15:08:46 +0000
(15:08 +0000)
gas/doc/as.texi
patch
|
blob
|
history
diff --git
a/gas/doc/as.texi
b/gas/doc/as.texi
index 1a13b5dda42120d493e54b6394c6e2502e18b4c9..55b3156f1faa3b66bdda94832f5e997d08c72c0f 100644
(file)
--- a/
gas/doc/as.texi
+++ b/
gas/doc/as.texi
@@
-4355,7
+4355,7
@@
You may not subtract arguments from different sections.
@item <=
@dfn{Is Less Than Or Equal To}
-The comparison operators can be used as infix operators. A true result
s
has a
+The comparison operators can be used as infix operators. A true result has a
value of -1 whereas a false result has a value of 0. Note, these operators
perform signed comparisons.
@end table