aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/costs/analytical_cost_estimator.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/grappler/costs/analytical_cost_estimator.h')
-rw-r--r--tensorflow/core/grappler/costs/analytical_cost_estimator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/grappler/costs/analytical_cost_estimator.h b/tensorflow/core/grappler/costs/analytical_cost_estimator.h
index ef186fc021..cf9163302c 100644
--- a/tensorflow/core/grappler/costs/analytical_cost_estimator.h
+++ b/tensorflow/core/grappler/costs/analytical_cost_estimator.h
@@ -45,7 +45,7 @@ class AnalyticalCostEstimator : public CostEstimator {
bool use_static_shapes);
~AnalyticalCostEstimator() override {}
- // Initalizes the estimator for the specified grappler item.
+ // Initializes the estimator for the specified grappler item.
// This implementation always returns OK.
Status Initialize(const GrapplerItem& item) override;