aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/node_def_util.h
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/node_def_util.h
parent87af568b0b3e920d91cdb2114fd3f40d8b9504a9 (diff)
Running our linter on a lot of files.
Change: 112920860
Diffstat (limited to 'tensorflow/core/framework/node_def_util.h')
-rw-r--r--tensorflow/core/framework/node_def_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/framework/node_def_util.h b/tensorflow/core/framework/node_def_util.h
index 0402631b06..4ebfd9a16c 100644
--- a/tensorflow/core/framework/node_def_util.h
+++ b/tensorflow/core/framework/node_def_util.h
@@ -146,7 +146,7 @@ Status ValidateNodeDef(const NodeDef& node_def, const OpDef& op_def);
// Computes the mapping from input/output argument name to the
// corresponding input/output index range. For example,
-// input "foo" coresponds to input indices
+// input "foo" corresponds to input indices
// [ (*inputs)["foo"].first, (*inputs)["foo"].second ).
typedef std::unordered_map<string, std::pair<int, int>> NameRangeMap;
Status NameRangesForNode(const NodeDef& node_def, const OpDef& op_def,