[Mlir-commits] [mlir] [mlir] Fix typo in doc string (indepently => independently) (PR #195689)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon May 4 10:05:00 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Kevin Boyette (KevinBoyette)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/195689.diff
1 Files Affected:
- (modified) mlir/include/mlir/IR/DialectRegistry.h (+1-1)
``````````diff
diff --git a/mlir/include/mlir/IR/DialectRegistry.h b/mlir/include/mlir/IR/DialectRegistry.h
index ea957b808260e..cd609603494a9 100644
--- a/mlir/include/mlir/IR/DialectRegistry.h
+++ b/mlir/include/mlir/IR/DialectRegistry.h
@@ -48,7 +48,7 @@ class DialectExtensionBase {
/// Return the dialects that our required by this extension to be loaded
/// before applying. If empty then the extension is invoked for every loaded
- /// dialect indepently.
+ /// dialect independently.
ArrayRef<StringRef> getRequiredDialects() const { return dialectNames; }
/// Apply this extension to the given context and the required dialects.
``````````
</details>
https://github.com/llvm/llvm-project/pull/195689
More information about the Mlir-commits
mailing list