aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/collective.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/framework/collective.h')
-rw-r--r--tensorflow/core/framework/collective.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/framework/collective.h b/tensorflow/core/framework/collective.h
index 0943b85fba..f6fe12e7ef 100644
--- a/tensorflow/core/framework/collective.h
+++ b/tensorflow/core/framework/collective.h
@@ -179,7 +179,7 @@ class StepSequenceInterface {
virtual void RefreshStepIdSequenceAsync(int64 graph_key,
const StatusCallback& done) = 0;
- // Returns the the step_id that should be used for initiating a new execution
+ // Returns the step_id that should be used for initiating a new execution
// on the specified graph. May return the same step_id multiple times if
// RetireStepId or RefreshStepIdReservation is not called.
virtual int64 NextStepId(int64 graph_key) = 0;