diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2022-02-11 15:03:47 +0000 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2022-02-11 15:08:46 +0000 |
commit | b4b0dcfd03b6b40bec2e9fb21723f30d43e52f41 (patch) | |
tree | ad4c99ee8af0018350e6c835d7e01f7527c83a06 /gas/doc | |
parent | 18d07d1ea78f1bc225ac6d1203eed6fca8c52b53 (diff) | |
download | gdb-b4b0dcfd03b6b40bec2e9fb21723f30d43e52f41.zip gdb-b4b0dcfd03b6b40bec2e9fb21723f30d43e52f41.tar.gz gdb-b4b0dcfd03b6b40bec2e9fb21723f30d43e52f41.tar.bz2 |
gas/doc: Fix "a true results" typo
Diffstat (limited to 'gas/doc')
-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 1a13b5d..55b3156 100644 --- 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 results 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 |