aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/ops/cc_op_gen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/cc/ops/cc_op_gen.cc')
-rw-r--r--tensorflow/cc/ops/cc_op_gen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/cc/ops/cc_op_gen.cc b/tensorflow/cc/ops/cc_op_gen.cc
index 0d0da6c53c..351e5431e7 100644
--- a/tensorflow/cc/ops/cc_op_gen.cc
+++ b/tensorflow/cc/ops/cc_op_gen.cc
@@ -169,7 +169,7 @@ void WriteCCOp(const OpDef& op_def, WritableFile* h, WritableFile* cc) {
R"comment( .WithName(StringPiece): Set the Node's name
.WithDevice(StringPiece): Set the Node's requested device
.WithControlInput(Node*) / .WithControlInputs({Node*, ...}):
- Add control depencies on the specified Node(s).
+ Add control dependencies on the specified Node(s).
Returns a pointer to the created Node)comment");