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