aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tpu/ops/outfeed_ops.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/tpu/ops/outfeed_ops.cc')
-rw-r--r--tensorflow/contrib/tpu/ops/outfeed_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/tpu/ops/outfeed_ops.cc b/tensorflow/contrib/tpu/ops/outfeed_ops.cc
index ed5756cc54..5900c61a38 100644
--- a/tensorflow/contrib/tpu/ops/outfeed_ops.cc
+++ b/tensorflow/contrib/tpu/ops/outfeed_ops.cc
@@ -39,7 +39,7 @@ REGISTER_OP("OutfeedEnqueueTuple")
.Doc(R"doc(
An op which emits multiple Tensor values from an XLA computation.
-inputs: A list of tensors that will be inserted into the outfeed queue as an
+inputs: A list of tensors that will be inserted into the outfeed queue as an
XLA tuple.
)doc");