[COMMITTED,1/2] doc: trivial grammar fix

Message ID d8e52444aa0fae982dba2176bf29a38b66006380.1736981532.git.sam@gentoo.org
State Committed
Commit d8e52444aa0fae982dba2176bf29a38b66006380
Headers
Series [COMMITTED,1/2] doc: trivial grammar fix |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Sam James Jan. 15, 2025, 10:52 p.m. UTC
  We say 'a constant .. expression' elsewhere. Fix the grammar.

gcc/ChangeLog:

	* doc/extend.texi: Add 'a' for grammar fix.
---
Committed as obvious.

 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 1e1b4cc837da..84894efc2ea4 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