diff options
author | Paul A. Clarke <pc@us.ibm.com> | 2022-04-22 12:28:30 -0500 |
---|---|---|
committer | Paul A. Clarke <pc@us.ibm.com> | 2022-04-22 12:28:30 -0500 |
commit | 55c17bc75c4c65d75597b545680f9fbff163ccd1 (patch) | |
tree | f90c00c6a0ec813fdd56c7a9095f0a9615c7ff49 | |
parent | 7092b7aea122a91824d048aeb23834cf1d19b1a1 (diff) | |
download | gcc-55c17bc75c4c65d75597b545680f9fbff163ccd1.zip gcc-55c17bc75c4c65d75597b545680f9fbff163ccd1.tar.gz gcc-55c17bc75c4c65d75597b545680f9fbff163ccd1.tar.bz2 |
docs: Correct "This functions" to "These functions"
2022-04-22 Paul A. Clarke <pc@us.ibm.com>
gcc
* doc/extend.texi: Correct "This" to "These".
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index e10b10b..931e5ae 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) |