aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/graph/graph.h')
-rw-r--r--tensorflow/core/graph/graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/graph/graph.h b/tensorflow/core/graph/graph.h
index 7c7f641265..c5dde722fa 100644
--- a/tensorflow/core/graph/graph.h
+++ b/tensorflow/core/graph/graph.h
@@ -639,7 +639,7 @@ class Graph {
std::unordered_map<string, int> device_names_map_;
// All the while contexts owned by this graph, keyed by frame name,
- // corresonding to all the while loops contained in this graph (including
+ // corresponding to all the while loops contained in this graph (including
// nested loops). The stored contexts are usually accessed via
// AddWhileContext() or Node::while_ctx(), but this manages the lifetime.
std::map<string, WhileContext> while_ctxs_;