[PATCH] gas/doc: Fix "a true results" typo

Richard Sandiford richard.sandiford@arm.com
Fri Feb 11 15:13:20 GMT 2022


Fix "a true results" typo.  Noticed during a discussion in which
those present agreed this wasn't the behaviour we were expecting. :-)

Pushed as obvious.

Richard

---
 gas/doc/as.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index 1a13b5dda42..55b3156f1fa 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
-- 
2.25.1



More information about the Binutils mailing list