diff mbox series

[COMMITTED] docs: Correct "This functions" to "These functions"

Message ID 20220422173217.20192-1-pc@us.ibm.com
State New
Headers show
Series [COMMITTED] docs: Correct "This functions" to "These functions" | expand

Commit Message

Paul A. Clarke April 22, 2022, 5:32 p.m. UTC
2022-04-22  Paul A. Clarke  <pc@us.ibm.com>

gcc
	* doc/extend.texi: Correct "This" to "These".
---
Committed as trivial/obvious.

 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index e10b10bc1f14..931e5ae3769f 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -13525,7 +13525,7 @@  exceptions handling functions @code{fegetround}, @code{feclearexcept} and
 @code{feraiseexcept}.  They may not be available for all targets, and because
 they need close interaction with libc internal values, they may not be available
 for all target libcs, but in all cases they will gracefully fallback to libc
-calls.  This built-in functions appear both with and without the
+calls.  These built-in functions appear both with and without the
 @code{__builtin_} prefix.
 
 @deftypefn {Built-in Function} void *__builtin_alloca (size_t size)