Skip to content

Commit f06280b

Browse files
committed
Merge pull request tensorflow#2372 from kevinrobinson/master
Typo fix for comment in worker.proto
2 parents ddd86c0 + 2ecbb22 commit f06280b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/core/protobuf/worker.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ message RunGraphRequest {
154154

155155
// A unique ID to distinguish different runs of the same graph.
156156
//
157-
// The master generates a global unique `step_id` to dinstinguish
157+
// The master generates a global unique `step_id` to distinguish
158158
// different runs of the graph computation. Subgraphs communicate
159159
// (e.g., send/recv ops) with each other using `step_id` to
160160
// distinguish tensors generated by different runs.

0 commit comments

Comments
 (0)