[Mlir-commits] [mlir] 6dcd15a - [NFC][mlir] Remove redundant wording
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Oct 17 22:19:33 PDT 2022
Author: Sheng
Date: 2022-10-18T05:19:23Z
New Revision: 6dcd15aed121a428799b028b771711c01b47ef29
URL: https://github.com/llvm/llvm-project/commit/6dcd15aed121a428799b028b771711c01b47ef29
DIFF: https://github.com/llvm/llvm-project/commit/6dcd15aed121a428799b028b771711c01b47ef29.diff
LOG: [NFC][mlir] Remove redundant wording
"that provides" repeats two times.
Added:
Modified:
mlir/include/mlir/Support/InterfaceSupport.h
Removed:
################################################################################
diff --git a/mlir/include/mlir/Support/InterfaceSupport.h b/mlir/include/mlir/Support/InterfaceSupport.h
index 73a4387bf1b24..a612ce8a8e87b 100644
--- a/mlir/include/mlir/Support/InterfaceSupport.h
+++ b/mlir/include/mlir/Support/InterfaceSupport.h
@@ -57,8 +57,8 @@ namespace detail {
/// };
/// ```
///
-/// * BaseType: A desired base type for the interface. This is a class that
-/// provides that provides specific functionality for the `ValueT`
+/// * BaseType: A desired base type for the interface. This is a class
+/// that provides specific functionality for the `ValueT`
/// value. For instance the specific `Op` that will wrap the
/// `Operation*` for an `OpInterface`.
/// * BaseTrait: The base type for the interface trait. This is the base class
More information about the Mlir-commits
mailing list