From 0cbbc684a589084e0a936d5cbef751bb61a3e53d Mon Sep 17 00:00:00 2001 From: DevmateXplatTypoFixes Bot Date: Thu, 23 Apr 2026 11:45:35 -0700 Subject: [PATCH] xplat/executorch/backends/arm/_passes/size_adjust_input_pass.py Reviewed By: franklinho Differential Revision: D100956559 --- backends/arm/_passes/size_adjust_input_pass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: