diff --git a/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td b/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td index c5314f8d9d406..9db8a995b27ab 100644 --- a/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td +++ b/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td @@ -2251,7 +2251,7 @@ def Tosa_CastOp: Tosa_Op<"cast", [Pure, let description = [{ Casts a tensor from one data type to another. * This table is showing the supported conversions from the TOSA Specification. - * The MLIR dialect here can be used to represent other conversions. + * The MLIR dialect here can be used to represent other conversions. | Mode | Input | Output | |--------------------------|---------|---------|