Skip to content

Commit 2ade120

Browse files
DevmateXplatTypoFixes Botfacebook-github-bot
authored andcommitted
xplat/executorch/backends/arm/_passes/normalize_while_initial_args_pass.py
Reviewed By: franklinho Differential Revision: D100777817
1 parent 875f7c8 commit 2ade120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/arm/_passes/normalize_while_initial_args_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def body(val, buffer):
3535
return (val * 2, buffer.clone())
3636
while_loop(cond, body, (val, buffer), ())
3737
38-
The clone is neccessary to avoid issues with aliasing.
38+
The clone is necessary to avoid issues with aliasing.
3939
"""
4040

4141
def __init__(self, use_exir_clone: bool, *args, **kwargs) -> None:

0 commit comments

Comments
 (0)