aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf/worker.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/protobuf/worker.proto')
-rw-r--r--tensorflow/core/protobuf/worker.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/protobuf/worker.proto b/tensorflow/core/protobuf/worker.proto
index cf05aece39..e476a84a13 100644
--- a/tensorflow/core/protobuf/worker.proto
+++ b/tensorflow/core/protobuf/worker.proto
@@ -171,7 +171,7 @@ message ExecutorOpts {
};
message RunGraphRequest {
- // session_handle is the the master-generated unique id for this session.
+ // session_handle is the master-generated unique id for this session.
// If session_handle is non-empty, it must be the same as used when
// registering the graph. If it is empty, a single global namespace is used to
// search for the graph_handle.