aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/simple_graph_execution_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/common_runtime/simple_graph_execution_state.cc')
-rw-r--r--tensorflow/core/common_runtime/simple_graph_execution_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/common_runtime/simple_graph_execution_state.cc b/tensorflow/core/common_runtime/simple_graph_execution_state.cc
index 1a977c1460..8206a678b4 100644
--- a/tensorflow/core/common_runtime/simple_graph_execution_state.cc
+++ b/tensorflow/core/common_runtime/simple_graph_execution_state.cc
@@ -243,7 +243,7 @@ Status SimpleGraphExecutionState::InitBaseGraph(
session_options_->config.graph_options().rewrite_options();
if (grappler::MetaOptimizerEnabled(rewrite_options)) {
- // Adding this functionalty in steps. The first step is to make sure
+ // Adding this functionality in steps. The first step is to make sure
// we don't break dependencies. The second step will be to turn the
// functionality on by default.
grappler::GrapplerItem item;