From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2038) id 146B53858D37; Fri, 22 Apr 2022 17:30:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 146B53858D37 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Paul Clarke To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-8225] docs: Correct "This functions" to "These functions" X-Act-Checkin: gcc X-Git-Author: Paul A. Clarke X-Git-Refname: refs/heads/master X-Git-Oldrev: 7092b7aea122a91824d048aeb23834cf1d19b1a1 X-Git-Newrev: 55c17bc75c4c65d75597b545680f9fbff163ccd1 Message-Id: <20220422173011.146B53858D37@sourceware.org> Date: Fri, 22 Apr 2022 17:30:11 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2022 17:30:11 -0000 https://gcc.gnu.org/g:55c17bc75c4c65d75597b545680f9fbff163ccd1 commit r12-8225-g55c17bc75c4c65d75597b545680f9fbff163ccd1 Author: Paul A. Clarke Date: Fri Apr 22 12:28:30 2022 -0500 docs: Correct "This functions" to "These functions" 2022-04-22 Paul A. Clarke gcc * doc/extend.texi: Correct "This" to "These". Diff: --- 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 e10b10bc1f1..931e5ae3769 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)