From 19f77700ec933c7dc225ad1d46fa66b76f94bbc0 Mon Sep 17 00:00:00 2001 From: Rong Rong Date: Mon, 22 Mar 2021 11:08:17 -0700 Subject: [PATCH] clean up typos in submodule (#54372) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/54372 Reviewed By: heitorschueroff Differential Revision: D27233797 Pulled By: walterddr fbshipit-source-id: f8d321199b6ae8b482e2ac3f10575402551365ef --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4239b5cda2b9..08868cba7120 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,7 +54,7 @@ ignore = dirty path = third_party/zstd url = https://github.com/facebook/zstd.git -[submodule "third-party/cpuinfo"] +[submodule "third_party/cpuinfo"] ignore = dirty path = third_party/cpuinfo url = https://github.com/pytorch/cpuinfo.git @@ -131,5 +131,5 @@ path = third_party/tensorpipe url = https://github.com/pytorch/tensorpipe.git [submodule "third_party/kineto"] - path = third_party/kineto - url = https://github.com/pytorch/kineto + path = third_party/kineto + url = https://github.com/pytorch/kineto