gcc/ChangeLog
        * doc/extend.texi (Common Attributes): Delete instances of
        extra "the".
        * doc/invoke.texi (Visium Options): Likewise.
        * doc/tree-ssa.texi (SSA Operands): Likewise.
---
 gcc/doc/extend.texi   | 4 ++--
 gcc/doc/invoke.texi   | 2 +-
 gcc/doc/tree-ssa.texi | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 93c29baa0f5..a49772c5a57 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -4347,7 +4347,7 @@ attribute, used to specify function pointers to 
effectless and idempotent
 functions according to the C23 definition.
 
 Unlike the standard C23 attribute it can be also specified in attributes
-which appertain to function declarations and applies to the their function
+which appertain to function declarations and applies to their function
 type even in that case.
 
 Reproducible functions without pointer or reference arguments or which do
@@ -5203,7 +5203,7 @@ attribute, used to specify function pointers to 
effectless, idempotent,
 stateless and independent functions according to the C23 definition.
 
 Unlike the standard C23 attribute it can be also specified in attributes
-which appertain to function declarations and applies to the their function
+which appertain to function declarations and applies to their function
 type even in that case.
 
 Unsequenced functions without pointer or reference arguments are similar
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 628201dc17a..038b169d90e 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -34848,7 +34848,7 @@ and subtraction.
 Use this option when linking programs that perform file I/O and are
 destined to run on an MCM target.  It causes the libraries
 @file{libc.a} and @file{libdebug.a} to be linked.  You should run program
-on the the target under the control of the GDB remote debugging stub.
+on the target under the control of the GDB remote debugging stub.
 
 @opindex msim
 @item -msim
diff --git a/gcc/doc/tree-ssa.texi b/gcc/doc/tree-ssa.texi
index 052df5383db..19c70767113 100644
--- a/gcc/doc/tree-ssa.texi
+++ b/gcc/doc/tree-ssa.texi
@@ -386,7 +386,7 @@ optimization can manipulate the stmt when all the uses have 
been
 processed.  Only the current active @code{imm_use_p} may be altered
 when using an inner @code{FOR_EACH_IMM_USE_ON_STMT} iteration.
 You have to be careful to not inadvertently modify the immediate
-use list by working on another stmt than the the current @code{stmt} during
+use list by working on another stmt than the current @code{stmt} during
 the iteration.  In particular calling @code{update_stmt} is destructive
 on all SSA uses immediate use lists related to the updated stmt.
 This slower than the FAST version since it sorts through the list for each
-- 
2.39.5

Reply via email to