[Docs] Fix typo in LoopTerminology.
authorCarlos Alberto Enciso <carlos.alberto.enciso@gmail.com>
Fri, 17 Mar 2023 13:38:44 +0000 (13:38 +0000)
committerCarlos Alberto Enciso <carlos.alberto.enciso@gmail.com>
Fri, 17 Mar 2023 13:42:27 +0000 (13:42 +0000)
llvm/docs/LoopTerminology.rst

index acc0475..3d3f257 100644 (file)
@@ -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.