[Mlir-commits] [mlir] 9bcef91 - [mlir][sparse] fixed typo
Aart Bik
llvmlistbot at llvm.org
Fri Jan 27 15:09:26 PST 2023
Author: Aart Bik
Date: 2023-01-27T15:09:17-08:00
New Revision: 9bcef91694e2eefeefb4659058a435c12efcaa1c
URL: https://github.com/llvm/llvm-project/commit/9bcef91694e2eefeefb4659058a435c12efcaa1c
DIFF: https://github.com/llvm/llvm-project/commit/9bcef91694e2eefeefb4659058a435c12efcaa1c.diff
LOG: [mlir][sparse] fixed typo
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D142784
Added:
Modified:
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.h
Removed:
################################################################################
diff --git a/mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.h b/mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.h
index 7ffb2c8fbbf8..d5554ea8fbd2 100644
--- a/mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.h
+++ b/mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorStorageLayout.h
@@ -315,7 +315,7 @@ class SparseTensorDescriptorImpl {
ValueArrayRef fields;
};
-/// Uses ValueRange for immuatable descriptors;
+/// Uses ValueRange for immutable descriptors.
class SparseTensorDescriptor : public SparseTensorDescriptorImpl<ValueRange> {
public:
SparseTensorDescriptor(Type tp, ValueRange buffers)
More information about the Mlir-commits
mailing list