summaryrefslogtreecommitdiffstats
path: root/mlir/examples
diff options
context:
space:
mode:
authorKazuaki Ishizaki <ishizaki@jp.ibm.com>2019-12-06 05:58:59 -0800
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-12-06 05:59:30 -0800
commit84a6182ddd62a2ca8eee2d8470e3be1ef6147fce (patch)
treecadd92b3cd08a3f2e04b533a6f0bba78656b78e7 /mlir/examples
parent58adf99ed1a2656c8aec310e6f78da986eb05570 (diff)
downloadbcm5719-llvm-84a6182ddd62a2ca8eee2d8470e3be1ef6147fce.tar.gz
bcm5719-llvm-84a6182ddd62a2ca8eee2d8470e3be1ef6147fce.zip
minor spelling tweaks
Closes tensorflow/mlir#290 COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/290 from kiszk:spelling_tweaks_201912 9d9afd16a723dd65754a04698b3976f150a6054a PiperOrigin-RevId: 284169681
Diffstat (limited to 'mlir/examples')
-rw-r--r--mlir/examples/toy/Ch7/mlir/MLIRGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/examples/toy/Ch7/mlir/MLIRGen.cpp b/mlir/examples/toy/Ch7/mlir/MLIRGen.cpp
index 227ebcd758b..b33137a1066 100644
--- a/mlir/examples/toy/Ch7/mlir/MLIRGen.cpp
+++ b/mlir/examples/toy/Ch7/mlir/MLIRGen.cpp
@@ -375,7 +375,7 @@ private:
return mlir::success();
}
- /// Emit a coinstant for a literal/constant array. It will be emitted as a
+ /// Emit a constant for a literal/constant array. It will be emitted as a
/// flattened array of data in an Attribute attached to a `toy.constant`
/// operation. See documentation on [Attributes](LangRef.md#attributes) for
/// more details. Here is an excerpt:
OpenPOWER on IntegriCloud