diff options
author | Adrian Vladu <avladu@cloudbasesolutions.com> | 2019-05-06 19:51:24 +0300 |
---|---|---|
committer | Sasha Levin <sashal@kernel.org> | 2019-08-17 22:29:28 +0300 |
commit | 2d35c66036b2494c329a32468c85405493370e75 (patch) | |
tree | 9d396815ac094015b918b8b36b845a95184ea986 /tools/hv/hv_set_ifconfig.sh | |
parent | b0995156071b0ff29a5902964a9dc8cfad6f81c0 (diff) | |
download | linux-2d35c66036b2494c329a32468c85405493370e75.tar.xz |
tools: hv: fix typos in toolchain
Fix typos in the HyperV toolchain.
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
Cc: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Cc: Sasha Levin <sashal@kernel.org>
Cc: Alessandro Pilotti <apilotti@cloudbasesolutions.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools/hv/hv_set_ifconfig.sh')
-rwxr-xr-x | tools/hv/hv_set_ifconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hv/hv_set_ifconfig.sh b/tools/hv/hv_set_ifconfig.sh index 7ed9f85ef908..d10fe35b7f25 100755 --- a/tools/hv/hv_set_ifconfig.sh +++ b/tools/hv/hv_set_ifconfig.sh @@ -12,7 +12,7 @@ # be used to configure the interface. # # Each Distro is expected to implement this script in a distro specific -# fashion. For instance on Distros that ship with Network Manager enabled, +# fashion. For instance, on Distros that ship with Network Manager enabled, # this script can be based on the Network Manager APIs for configuring the # interface. # |