[llvm] ca3f7a5 - [Docs] Fix typo in LoopTerminology.
Carlos Alberto Enciso via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 17 06:43:38 PDT 2023
Author: Carlos Alberto Enciso
Date: 2023-03-17T13:42:27Z
New Revision: ca3f7a5c06f970a27c9f605987bbe64ad679a309
URL: https://github.com/llvm/llvm-project/commit/ca3f7a5c06f970a27c9f605987bbe64ad679a309
DIFF: https://github.com/llvm/llvm-project/commit/ca3f7a5c06f970a27c9f605987bbe64ad679a309.diff
LOG: [Docs] Fix typo in LoopTerminology.
Added:
Modified:
llvm/docs/LoopTerminology.rst
Removed:
################################################################################
diff --git a/llvm/docs/LoopTerminology.rst b/llvm/docs/LoopTerminology.rst
index acc0475e5bb1b..3d3f2573e1403 100644
--- a/llvm/docs/LoopTerminology.rst
+++ b/llvm/docs/LoopTerminology.rst
@@ -43,7 +43,7 @@ The definition of a loop comes with some additional terminology:
* An **entering block** (or **loop predecessor**) is a non-loop node
that has an edge into the loop (necessarily the header). If there is
- only one entering block entering block, and its only edge is to the
+ only one entering block, and its only edge is to the
header, it is also called the loop's **preheader**. The preheader
dominates the loop without itself being part of the loop.
More information about the llvm-commits
mailing list