From: Paul A. Clarke Date: Fri, 22 Apr 2022 17:28:30 +0000 (-0500) Subject: docs: Correct "This functions" to "These functions" X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55c17bc75c4c65d75597b545680f9fbff163ccd1;p=test_jj.git docs: Correct "This functions" to "These functions" 2022-04-22 Paul A. Clarke gcc * doc/extend.texi: Correct "This" to "These". --- 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)