Re: [PATCH v2 2/2] tools/hv: fix typo "retrive" in comment
From: Wei Liu
Date: Sun Sep 13 2026 - 19:04:42 EST
On Mon, Sep 07, 2026 at 10:19:46AM +0530, Hemanth Selam wrote:
> Correct "retrive" to "retrieve", reported by scripts/checkpatch.pl using
> the misspelling list in scripts/spelling.txt. Only touches a comment, no
> code changes.
There is no need to write a whole paragraph for a simple typo fix.
Wei
>
> Assisted-by: Cursor:claude-opus-5
> Reviewed-by: Michael Kelley <mhklinux@xxxxxxxxxxx>
> Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
> ---
> tools/hv/hv_get_dns_info.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/hv/hv_get_dns_info.sh b/tools/hv/hv_get_dns_info.sh
> index 268521234d4b..288821565eee 100755
> --- a/tools/hv/hv_get_dns_info.sh
> +++ b/tools/hv/hv_get_dns_info.sh
> @@ -1,6 +1,6 @@
> #!/bin/sh
>
> -# This example script parses /etc/resolv.conf to retrive DNS information.
> +# This example script parses /etc/resolv.conf to retrieve DNS information.
> # In the interest of keeping the KVP daemon code free of distro specific
> # information; the kvp daemon code invokes this external script to gather
> # DNS information.