[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220816172309.7072-1-gaoxin@cdjrlc.com>
Date: Wed, 17 Aug 2022 01:23:09 +0800
From: Xin Gao <gaoxin@...rlc.com>
To: kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com,
wei.liu@...nel.org, decui@...rosoft.com
Cc: linux-hyperv@...r.kernel.org, linux-kernel@...r.kernel.org,
Xin Gao <gaoxin@...rlc.com>
Subject: [PATCH] tools: hv: Fix comment typo
The double `the' is duplicated in the comment, remove one.
Signed-off-by: Xin Gao <gaoxin@...rlc.com>
---
tools/hv/hv_kvp_daemon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/hv/hv_kvp_daemon.c b/tools/hv/hv_kvp_daemon.c
index 1e6fd6ca513b..d5ddab830b6b 100644
--- a/tools/hv/hv_kvp_daemon.c
+++ b/tools/hv/hv_kvp_daemon.c
@@ -43,7 +43,7 @@
#include <getopt.h>
/*
- * KVP protocol: The user mode component first registers with the
+ * KVP protocol: The user mode component first registers with
* the kernel component. Subsequently, the kernel component requests, data
* for the specified keys. In response to this message the user mode component
* fills in the value corresponding to the specified key. We overload the
--
2.30.2
Powered by blists - more mailing lists