aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/ops
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-01-24 23:05:22 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-24 23:06:20 -0800
commit9b70316263eb74476ab96b7c0f300c4d90223425 (patch)
treed10e30463edbc10e5225b80a90579abb00da87cf /tensorflow/cc/ops
parent87af568b0b3e920d91cdb2114fd3f40d8b9504a9 (diff)
Running our linter on a lot of files.
Change: 112920860
Diffstat (limited to 'tensorflow/cc/ops')
-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");