From ca3f7a5c06f970a27c9f605987bbe64ad679a309 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Enciso Date: Fri, 17 Mar 2023 13:38:44 +0000 Subject: [PATCH] [Docs] Fix typo in LoopTerminology. --- llvm/docs/LoopTerminology.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LoopTerminology.rst b/llvm/docs/LoopTerminology.rst index acc0475..3d3f257 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. -- 2.7.4