Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backends/arm/operators/node_visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading