[Mlir-commits] [mlir] 4023beb - Fix typo in LangRef.md regarding regions (#167242)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Nov 9 12:40:20 PST 2025


Author: Omar Hossam
Date: 2025-11-09T21:40:16+01:00
New Revision: 4023beb09e486c0f423db39d50ddfc2aba758f6f

URL: https://github.com/llvm/llvm-project/commit/4023beb09e486c0f423db39d50ddfc2aba758f6f
DIFF: https://github.com/llvm/llvm-project/commit/4023beb09e486c0f423db39d50ddfc2aba758f6f.diff

LOG: Fix typo in LangRef.md regarding regions (#167242)

Added: 
    

Modified: 
    mlir/docs/LangRef.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md
index 21cfdc78a6a43..10cfba908ee45 100644
--- a/mlir/docs/LangRef.md
+++ b/mlir/docs/LangRef.md
@@ -440,7 +440,7 @@ region is not imposed by the IR. Instead, the containing operation defines the
 semantics of the regions it contains. MLIR currently defines two kinds of
 regions: [SSACFG regions](#control-flow-and-ssacfg-regions), which describe
 control flow between blocks, and [Graph regions](#graph-regions), which do not
-require control flow between block. The kinds of regions within an operation are
+require control flow between blocks. The kinds of regions within an operation are
 described using the [RegionKindInterface](Interfaces.md/#regionkindinterfaces).
 
 Regions do not have a name or an address, only the blocks contained in a region


        


More information about the Mlir-commits mailing list