gas/doc: Fix "a true results" typo

This commit is contained in:
Richard Sandiford 2022-02-11 15:03:47 +00:00
parent 18d07d1ea7
commit b4b0dcfd03

View File

@ -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