diff options
| author | Kazuaki Ishizaki <kiszk@users.noreply.github.com> | 2019-10-20 00:11:03 -0700 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-10-20 00:11:34 -0700 |
| commit | 8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c (patch) | |
| tree | da6308901341daa89423c3c956a74a881378d71b /mlir/lib/Dialect/FxpMathOps/Transforms | |
| parent | 8317bd85e5cccc8048cd1be1b3b17c19c953764d (diff) | |
| download | bcm5719-llvm-8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c.tar.gz bcm5719-llvm-8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c.zip | |
Fix minor spelling tweaks (NFC)
Closes tensorflow/mlir#177
PiperOrigin-RevId: 275692653
Diffstat (limited to 'mlir/lib/Dialect/FxpMathOps/Transforms')
| -rw-r--r-- | mlir/lib/Dialect/FxpMathOps/Transforms/LowerUniformRealMath.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mlir/lib/Dialect/FxpMathOps/Transforms/LowerUniformRealMath.cpp b/mlir/lib/Dialect/FxpMathOps/Transforms/LowerUniformRealMath.cpp index a0b075ace6a..3982a6a4713 100644 --- a/mlir/lib/Dialect/FxpMathOps/Transforms/LowerUniformRealMath.cpp +++ b/mlir/lib/Dialect/FxpMathOps/Transforms/LowerUniformRealMath.cpp @@ -232,7 +232,8 @@ tryRewriteAffineMulEwSigned(const UniformBinaryOpInfo &info, info.rhsType.getScale() / info.resultType.getScale(); if (outputMultiplierReal > 1.0) { - info.op->emitWarning("unimplemented: cannot multiply with multipler > 1.0"); + info.op->emitWarning( + "unimplemented: cannot multiply with multiplier > 1.0"); return failure(); } |

