[Mlir-commits] [mlir] Fix typo in LangRef.md regarding regions (PR #167242)
Omar Hossam
llvmlistbot at llvm.org
Sun Nov 9 12:06:25 PST 2025
https://github.com/moar55 created https://github.com/llvm/llvm-project/pull/167242
None
>From 4f8cd489a7a39ad029cd80a60874b91291867c56 Mon Sep 17 00:00:00 2001
From: Omar Hossam <moar.ahmed at gmail.com>
Date: Sun, 9 Nov 2025 20:34:53 +0100
Subject: [PATCH] Fix typo in LangRef.md regarding regions
---
mlir/docs/LangRef.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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