diff --git a/backends/arm/operators/node_visitor.py b/backends/arm/operators/node_visitor.py index d60a8ebad5d..c0512d8a3f4 100644 --- a/backends/arm/operators/node_visitor.py +++ b/backends/arm/operators/node_visitor.py @@ -46,7 +46,7 @@ class NodeVisitor: """ # Add the currently supported node_visitor specs as default. - # This should be overriden in the NodeVisitor subclasses to target + # This should be overridden in the NodeVisitor subclasses to target # a specific TOSA version. # When all node_visitors has been refactored to target a specific # version, this list should be removed.