aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/while_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/graph/while_context.h')
-rw-r--r--tensorflow/core/graph/while_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/graph/while_context.h b/tensorflow/core/graph/while_context.h
index 5944e36897..2a83eb7bd8 100644
--- a/tensorflow/core/graph/while_context.h
+++ b/tensorflow/core/graph/while_context.h
@@ -31,7 +31,7 @@ namespace tensorflow {
// future to support these features.
//
// TODO(skyewm): de/serialize in MetaGraphDef so imported while loops will be
-// differentiable. Figure out backwards compatability story.
+// differentiable. Figure out backwards compatibility story.
class WhileContext {
public:
WhileContext(StringPiece frame_name, std::vector<Node*> enter_nodes,