diff --git a/backends/arm/_passes/size_adjust_input_pass.py b/backends/arm/_passes/size_adjust_input_pass.py index 233c93340b8..26a929dbc29 100644 --- a/backends/arm/_passes/size_adjust_input_pass.py +++ b/backends/arm/_passes/size_adjust_input_pass.py @@ -160,7 +160,7 @@ class SizeAdjustInputPass(ArmPass): following is performed to meet the specification: 1) The padding is truncated (done in the node visitor) - 2) (if neccessary) The input is truncated (done in this pass)." + 2) (if necessary) The input is truncated (done in this pass)." A simple example would be a 2x2 kernel (no padding, stride=2) and a 5x5 input: