]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: Correct "This functions" to "These functions"
authorPaul A. Clarke <pc@us.ibm.com>
Fri, 22 Apr 2022 17:28:30 +0000 (12:28 -0500)
committerPaul A. Clarke <pc@us.ibm.com>
Fri, 22 Apr 2022 17:28:30 +0000 (12:28 -0500)
2022-04-22  Paul A. Clarke  <pc@us.ibm.com>

gcc
* doc/extend.texi: Correct "This" to "These".

gcc/doc/extend.texi

index e10b10bc1f14a9f81738b03715a7130096c2b92b..931e5ae3769f883347751e2a357f0f3cb64ce97c 100644 (file)
@@ -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)