[PolishComment] Polish code comment, revelant->relevant (#85238)

Polish code comment, `revelant`->`relevant`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85238
Approved by: https://github.com/kit1980
This commit is contained in:
jiahongyu
2022-09-19 19:43:14 +00:00
committed by PyTorch MergeBot
parent 8c952db13a
commit cbe5469e88

View File

@ -46,7 +46,7 @@ Usage:
# print(dispatcher.rawRegistrations())
# print(dispatcher.rawDispatchTable())
PythonDispatcher calls C++ dispatcher under the hood for to precompute dispatch table.
This file only provides the simplified API for developers, revelant test code is located in
This file only provides the simplified API for developers, relevant test code is located in
test/test_dispatch.py
"""