aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/function.proto
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/core/framework/function.proto
parent87af568b0b3e920d91cdb2114fd3f40d8b9504a9 (diff)
Running our linter on a lot of files.
Change: 112920860
Diffstat (limited to 'tensorflow/core/framework/function.proto')
-rw-r--r--tensorflow/core/framework/function.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/framework/function.proto b/tensorflow/core/framework/function.proto
index 4b8a26947c..294d66cf80 100644
--- a/tensorflow/core/framework/function.proto
+++ b/tensorflow/core/framework/function.proto
@@ -61,7 +61,7 @@ message FunctionDef {
// 'attr' maps names defined by 'func's attr defs to attr values.
// attr values may have placeholders which are substituted
// recursively by concrete values when this node is instantiated.
- // These placeholdes must name an attr listed in the FunctionDef's
+ // These placeholders must name an attr listed in the FunctionDef's
// signature.
map<string, AttrValue> attr = 5;
}