[Mlir-commits] [mlir] b53169d - [NFC][mlir] Fix Typo.

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Feb 4 18:01:49 PST 2024


Author: Sheng
Date: 2024-02-05T10:01:22+08:00
New Revision: b53169dfec89d89b292c550d6f6dec3ed6a61ba5

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

LOG: [NFC][mlir] Fix Typo.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/IR/AffineMap.h b/mlir/include/mlir/IR/AffineMap.h
index 640a52343307b..cd751af5bb255 100644
--- a/mlir/include/mlir/IR/AffineMap.h
+++ b/mlir/include/mlir/IR/AffineMap.h
@@ -81,7 +81,7 @@ class AffineMap {
   static AffineMap getMinorIdentityMap(unsigned dims, unsigned results,
                                        MLIRContext *context);
 
-  /// Returns an identity affine map witn `numDims` input dimensions and
+  /// Returns an identity affine map with `numDims` input dimensions and
   /// filtered results using `keepDimFilter`. If `keepDimFilter` returns true
   /// for a dimension, the dimension is kept in the affine map results.
   /// Otherwise, the dimension is dropped from the results.


        


More information about the Mlir-commits mailing list