]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: trivial grammar fix
authorSam James <sam@gentoo.org>
Wed, 15 Jan 2025 22:50:28 +0000 (22:50 +0000)
committerSam James <sam@gentoo.org>
Wed, 15 Jan 2025 22:50:28 +0000 (22:50 +0000)
We say 'a constant .. expression' elsewhere. Fix the grammar.

gcc/ChangeLog:

* doc/extend.texi: Add 'a' for grammar fix.

gcc/doc/extend.texi

index 1e1b4cc837da8bc7567e82a78191317f210148c6..84894efc2ea446fa365d5a9be5296b7c17a296bc 100644 (file)
@@ -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