commit | 0d87a4fec89fc78e568224935897ec585a6368a6 | [log] [tgz] |
---|---|---|
author | keineahnung2345 <mimifasosofamire1123@gmail.com> | Thu Nov 17 01:09:55 2022 +0000 |
committer | PyTorch MergeBot <pytorchmergebot@users.noreply.github.com> | Thu Nov 17 01:09:55 2022 +0000 |
tree | 57c859aa7a9ffbd956175ce52f0a9c81887cd87f | |
parent | 80b6761863407a8cf1ca780fcf97d135743f7812 [diff] |
Fix typo in Dispatcher.h (#89045) Fix typo in Dispatcher.h: hamespace -> namespace Pull Request resolved: https://github.com/pytorch/pytorch/pull/89045 Approved by: https://github.com/bdhirsh, https://github.com/kit1980
diff --git a/aten/src/ATen/core/dispatch/Dispatcher.h b/aten/src/ATen/core/dispatch/Dispatcher.h index 6e1c7d7..5af8ef1 100644 --- a/aten/src/ATen/core/dispatch/Dispatcher.h +++ b/aten/src/ATen/core/dispatch/Dispatcher.h
@@ -735,4 +735,4 @@ } }; -} // hamespace std +} // namespace std