Skip to content

Commit fb2105a

Browse files
author
Peiming Liu
committed
address comments
1 parent b54c326 commit fb2105a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/SparseTensor/Transforms/Utils/SparseTensorLevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
namespace mlir {
1515
namespace sparse_tensor {
1616

17-
/// The base class for all types of sparse tensor levels. It provides interface
17+
/// The base class for all types of sparse tensor levels. It provides interfaces
1818
/// to query the loop range (see `peekRangeAt`) and look up the coordinates (see
1919
/// `peekCrdAt`).
2020
class SparseTensorLevel {

0 commit comments

Comments
 (0)