From b53169dfec89d89b292c550d6f6dec3ed6a61ba5 Mon Sep 17 00:00:00 2001 From: Sheng Date: Mon, 5 Feb 2024 10:01:22 +0800 Subject: [PATCH] [NFC][mlir] Fix Typo. --- mlir/include/mlir/IR/AffineMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/include/mlir/IR/AffineMap.h b/mlir/include/mlir/IR/AffineMap.h index 640a52343307bd..cd751af5bb2558 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.