From 79ec8b955e06f8d93285835cbd3086a04898bc1b Mon Sep 17 00:00:00 2001
From: Andre Maroneze <andre.maroneze@cea.fr>
Date: Wed, 12 May 2021 17:29:15 +0200
Subject: [PATCH] [Doc] remove duplicate words

---
 doc/developer/advance.tex | 2 +-
 doc/value/main.tex        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/developer/advance.tex b/doc/developer/advance.tex
index e275932216d..db1da345070 100644
--- a/doc/developer/advance.tex
+++ b/doc/developer/advance.tex
@@ -3521,7 +3521,7 @@ source files is to use an option such as \verb+-include+ in GCC.
   Contents of \verb+tests/misc/custom_machdep/__fc_machdep_custom.h+, used as
   example for creating custom machdeps. Notice the unusual size for \verb+int+
   (3 bytes), selected for testing purposes only, and inconsistent with the
-  the chosen values for \verb+INT_MIN+ and \verb+INT_MAX+, which do not fit
+  chosen values for \verb+INT_MIN+ and \verb+INT_MAX+, which do not fit
   in 3 bytes.
 \lstinputlisting{../../tests/misc/custom_machdep/__fc_machdep_custom.h}
 \end{example}
diff --git a/doc/value/main.tex b/doc/value/main.tex
index 4123d592d89..45bc3c480be 100644
--- a/doc/value/main.tex
+++ b/doc/value/main.tex
@@ -1470,7 +1470,7 @@ This may happen on:
   according to the \isoc{} standard. However, a footnote also explains that
   conversion between pointers and integers is ``\emph{intended to
   be consistent with the addressing structure of the execution environment}''.
-  This is why Eva also also authorizes conversion of integers:
+  This is why Eva also authorizes conversion of integers:
   \begin{itemize}
   \item in the range of valid absolute addresses
     (according to \texttt{absolute-valid-range})
-- 
GitLab