[Mlir-commits] [mlir] dc51615 - [mlir] Fix typo in doc string (indepently => independently) (#195689)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon May 4 11:48:22 PDT 2026


Author: Kevin Boyette
Date: 2026-05-04T18:48:17Z
New Revision: dc516152188fd0b9c482fab752d178232e2b9488

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

LOG: [mlir] Fix typo in doc string (indepently => independently) (#195689)

Added: 
    

Modified: 
    mlir/include/mlir/IR/DialectRegistry.h

Removed: 
    


################################################################################
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.


        


More information about the Mlir-commits mailing list