diff options
author | Adrian Vladu <avladu@cloudbasesolutions.com> | 2019-05-06 16:51:24 +0000 |
---|---|---|
committer | Sasha Levin <sashal@kernel.org> | 2019-08-17 15:29:28 -0400 |
commit | 2d35c66036b2494c329a32468c85405493370e75 (patch) | |
tree | 9d396815ac094015b918b8b36b845a95184ea986 /tools/hv/hv_get_dhcp_info.sh | |
parent | b0995156071b0ff29a5902964a9dc8cfad6f81c0 (diff) | |
download | lwn-2d35c66036b2494c329a32468c85405493370e75.tar.gz lwn-2d35c66036b2494c329a32468c85405493370e75.zip |
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_get_dhcp_info.sh')
-rwxr-xr-x | tools/hv/hv_get_dhcp_info.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hv/hv_get_dhcp_info.sh b/tools/hv/hv_get_dhcp_info.sh index c38686c44656..2f2a3c7df3de 100755 --- a/tools/hv/hv_get_dhcp_info.sh +++ b/tools/hv/hv_get_dhcp_info.sh @@ -13,7 +13,7 @@ # the script prints the string "Disabled" to stdout. # # 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 retrieving DHCP # information. |