Skip to content

Commit 9bcef91

Browse files
committed
[mlir][sparse] fixed typo
Reviewed By: bixia Differential Revision: https://reviews.llvm.org/D142784
1 parent c7f8bc0 commit 9bcef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class SparseTensorDescriptorImpl {
315315
ValueArrayRef fields;
316316
};
317317

318-
/// Uses ValueRange for immuatable descriptors;
318+
/// Uses ValueRange for immutable descriptors.
319319
class SparseTensorDescriptor : public SparseTensorDescriptorImpl<ValueRange> {
320320
public:
321321
SparseTensorDescriptor(Type tp, ValueRange buffers)

0 commit comments

Comments
 (0)