Skip to content

Commit

Permalink
[NFC][mlir] Fix Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x59616e committed Feb 5, 2024
1 parent 34c4a0f commit b53169d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/include/mlir/IR/AffineMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b53169d

Please sign in to comment.