aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar Alexandre Passos <apassos@google.com>2017-09-01 17:11:07 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-01 17:18:58 -0700
commit1499e91856d0d7a91ad6a6128b6d45f3d81e09d0 (patch)
tree2aa395e5c3eec6c9e2063cba21c361e6acbb4c80 /tensorflow
parent88063cdfa12e24df56dacf3fd7ff1084a031489c (diff)
Typo
PiperOrigin-RevId: 167344049
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/core/kernels/summary_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/summary_interface.h b/tensorflow/core/kernels/summary_interface.h
index b0861d218e..ae2fbb70fe 100644
--- a/tensorflow/core/kernels/summary_interface.h
+++ b/tensorflow/core/kernels/summary_interface.h
@@ -48,7 +48,7 @@ class SummaryWriterInterface : public ResourceBase {
// Creates a SummaryWriterInterface instance which writes to a file. It will
// enqueue up to max_queue summaries, and flush at least every flush_millis
// milliseconds. The summaries will be written to the directory specified by
-// logdir and with the filename suffixed by filename_suffix. The caller ows a
+// logdir and with the filename suffixed by filename_suffix. The caller owns a
// reference to result if the returned status is ok.
Status CreateSummaryWriter(int max_queue, int flush_millis,
const string& logdir, const string& filename_suffix,