[BE][3/16] fix typos in torch/ (torch/_inductor/) (#156313)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/156313
Approved by: https://github.com/jingsh
This commit is contained in:
Xuehai Pan
2025-06-22 22:22:30 +08:00
committed by PyTorch MergeBot
parent c55eef79f8
commit 6ff6630375
62 changed files with 183 additions and 183 deletions

View File

@ -109,7 +109,7 @@ class TritonBundler:
_static_autotuners: Optional[list[StaticallyLaunchedAutotuner]] = None
# __grp__kernel_name.json contains metadata with source code paths
# we use this as sentinal value for search and replace
# we use this as sentinel value for search and replace
_REPLACE_BYTES: bytes = b"[REPLACE]"
@staticmethod