OSDN Git Service

tools: hv: Remove an extraneous "the"
authorJason Wang <wangborong@cdjrlc.com>
Thu, 11 Aug 2022 13:34:33 +0000 (21:34 +0800)
committerWei Liu <wei.liu@kernel.org>
Mon, 15 Aug 2022 15:57:31 +0000 (15:57 +0000)
There are two "the" in the text. Remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20220811133433.10175-1-wangborong@cdjrlc.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
tools/hv/hv_kvp_daemon.c

index 1e6fd6c..c97c12e 100644 (file)
@@ -44,7 +44,7 @@
 
 /*
  * KVP protocol: The user mode component first registers with the
- * the kernel component. Subsequently, the kernel component requests, data
+ * 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
  * sequence field in the cn_msg header to define our KVP message types.