aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hv/hv_get_dhcp_info.sh
diff options
context:
space:
mode:
authorAdrian Vladu <avladu@cloudbasesolutions.com>2019-05-06 16:51:24 +0000
committerSasha Levin <sashal@kernel.org>2019-08-17 15:29:28 -0400
commit2d35c66036b2494c329a32468c85405493370e75 (patch)
tree9d396815ac094015b918b8b36b845a95184ea986 /tools/hv/hv_get_dhcp_info.sh
parenttools: hv: fix KVP and VSS daemons exit code (diff)
downloadlinux-dev-2d35c66036b2494c329a32468c85405493370e75.tar.xz
linux-dev-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-xtools/hv/hv_get_dhcp_info.sh2
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.