aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/dense_to_sparse_batch_dataset_op.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/kernels/dense_to_sparse_batch_dataset_op.cc')
-rw-r--r--tensorflow/core/kernels/dense_to_sparse_batch_dataset_op.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/kernels/dense_to_sparse_batch_dataset_op.cc b/tensorflow/core/kernels/dense_to_sparse_batch_dataset_op.cc
index b93a3b2970..2c36093355 100644
--- a/tensorflow/core/kernels/dense_to_sparse_batch_dataset_op.cc
+++ b/tensorflow/core/kernels/dense_to_sparse_batch_dataset_op.cc
@@ -21,7 +21,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 DenseToSparseBatchDatasetOp : public OpKernel {