From 55c17bc75c4c65d75597b545680f9fbff163ccd1 Mon Sep 17 00:00:00 2001 From: "Paul A. Clarke" Date: Fri, 22 Apr 2022 12:28:30 -0500 Subject: [PATCH] docs: Correct "This functions" to "These functions" 2022-04-22 Paul A. Clarke gcc * doc/extend.texi: Correct "This" to "These". --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4