[BE] fix typos in top-level files (#156067)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/156067
Approved by: https://github.com/malfet
ghstack dependencies: #156066
This commit is contained in:
Xuehai Pan
2025-06-16 18:55:09 +08:00
committed by PyTorch MergeBot
parent 6c493e2b14
commit 013dfeabb4
11 changed files with 34 additions and 33 deletions

View File

@ -210,7 +210,7 @@ def get_metal_registration_files_outs():
# There is a really weird issue with the arvr windows builds where
# the custom op files are breaking them. See https://fburl.com/za87443c
# The hack is just to not build them for that platform and pray they arent needed.
# The hack is just to not build them for that platform and pray they aren't needed.
def get_metal_registration_files_outs_windows():
outs = {}
for file_path in METAL_SOURCE_LIST: