[Mlir-commits] [mlir] bc1df1f - [mlir] Fix incorrect top-level comment in DialectSparseTensor.cpp

Alex Zinenko llvmlistbot at llvm.org
Tue Jan 4 09:39:18 PST 2022


Author: Alex Zinenko
Date: 2022-01-04T18:38:30+01:00
New Revision: bc1df1fabb578c7efb33fb59e8aec6b85720f863

URL: https://github.com/llvm/llvm-project/commit/bc1df1fabb578c7efb33fb59e8aec6b85720f863
DIFF: https://github.com/llvm/llvm-project/commit/bc1df1fabb578c7efb33fb59e8aec6b85720f863.diff

LOG: [mlir] Fix incorrect top-level comment in DialectSparseTensor.cpp

Added: 
    

Modified: 
    mlir/lib/Bindings/Python/DialectSparseTensor.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Bindings/Python/DialectSparseTensor.cpp b/mlir/lib/Bindings/Python/DialectSparseTensor.cpp
index 7de0b8156f449..c9e3cb6394bb2 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.


        


More information about the Mlir-commits mailing list