[BE][6/16] fix typos in torch/ (#156316)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/156316
Approved by: https://github.com/albanD
ghstack dependencies: #156313, #156314, #156315
This commit is contained in:
Xuehai Pan
2025-06-22 13:21:04 +08:00
committed by PyTorch MergeBot
parent c2f0292bd5
commit b210cf1ea5
32 changed files with 58 additions and 59 deletions

View File

@ -1760,7 +1760,7 @@ class MultiProcContinousTest(TestCase):
f"skipping rest of tests in Test class: {self.__class__.__name__}" # noqa: G004
)
# Poison rest of tests (because ProcessGroup may be not
# re-usable now)
# reusable now)
self.__class__.poison_pill = True
raise rv