aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/shuffle_dataset_op.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/kernels/shuffle_dataset_op.cc')
-rw-r--r--tensorflow/core/kernels/shuffle_dataset_op.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/shuffle_dataset_op.cc b/tensorflow/core/kernels/shuffle_dataset_op.cc
index 7156e5155f..14e7d1bf97 100644
--- a/tensorflow/core/kernels/shuffle_dataset_op.cc
+++ b/tensorflow/core/kernels/shuffle_dataset_op.cc
@@ -24,7 +24,7 @@ namespace tensorflow {
namespace {
-// See documentation in ../ops/iterator_ops.cc for a high-level
+// See documentation in ../ops/dataset_ops.cc for a high-level
// description of the following op.
class ShuffleDatasetOp : public OpKernel {