summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zinenko <zinenko@google.com>2022-01-04 18:38:30 +0100
committerAlex Zinenko <zinenko@google.com>2022-01-04 18:38:30 +0100
commitbc1df1fabb578c7efb33fb59e8aec6b85720f863 (patch)
tree4a5441fac72c80e82e00f3818bf704dc241879c5
parent587bdb3772333763dd739021cd08bc44bcd8485d (diff)
downloadllvm-bc1df1fabb578c7efb33fb59e8aec6b85720f863.tar.gz
[mlir] Fix incorrect top-level comment in DialectSparseTensor.cpp
-rw-r--r--mlir/lib/Bindings/Python/DialectSparseTensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Bindings/Python/DialectSparseTensor.cpp b/mlir/lib/Bindings/Python/DialectSparseTensor.cpp
index 7de0b8156f44..c9e3cb6394bb 100644
--- a/mlir/lib/Bindings/Python/DialectSparseTensor.cpp
+++ b/mlir/lib/Bindings/Python/DialectSparseTensor.cpp
@@ -1,4 +1,4 @@
-//===- DialectLinalg.cpp - 'sparse_tensor' dialect submodule --------------===//
+//===- DialectSparseTensor.cpp - 'sparse_tensor' dialect submodule --------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.