From: Sam James Date: Wed, 15 Jan 2025 22:50:28 +0000 (+0000) Subject: doc: trivial grammar fix X-Git-Tag: basepoints/gcc-16~2626 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8e52444aa0fae982dba2176bf29a38b66006380;p=thirdparty%2Fgcc.git doc: trivial grammar fix We say 'a constant .. expression' elsewhere. Fix the grammar. gcc/ChangeLog: * doc/extend.texi: Add 'a' for grammar fix. --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 1e1b4cc837d..84894efc2ea 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -15534,7 +15534,7 @@ the expected number of iterations made by loop optimizations. This function has the same semantics as @code{__builtin_expect}, but the caller provides the expected probability that @var{exp} == @var{c}. The last argument, @var{probability}, is a floating-point value in the -range 0.0 to 1.0, inclusive. The @var{probability} argument must be +range 0.0 to 1.0, inclusive. The @var{probability} argument must be a constant floating-point expression. @enddefbuiltin