aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/graph_transforms/transform_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/graph_transforms/transform_utils.h')
-rw-r--r--tensorflow/tools/graph_transforms/transform_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/graph_transforms/transform_utils.h b/tensorflow/tools/graph_transforms/transform_utils.h
index 515adf6344..6ed549a958 100644
--- a/tensorflow/tools/graph_transforms/transform_utils.h
+++ b/tensorflow/tools/graph_transforms/transform_utils.h
@@ -107,7 +107,7 @@ void FilterGraphDef(const GraphDef& input_graph_def,
std::function<bool(const NodeDef&)> selector,
GraphDef* output_graph_def);
-// Creates a copy of the input graph, with all occurences of the attributes with
+// Creates a copy of the input graph, with all occurrences of the attributes with
// the names in the argument removed from the node defs.
void RemoveAttributes(const GraphDef& input_graph_def,
const std::vector<string>& attributes,