[PATCH] vmware: remove the duplicate word
From: Ba Jing
Date: Tue Sep 03 2024 - 23:26:25 EST
The word "appropriate" is repeated twice, so remove one.
Signed-off-by: Ba Jing <bajing@xxxxxxxxxxxxxxxxxxxx>
---
tools/testing/ktest/examples/vmware.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/testing/ktest/examples/vmware.conf b/tools/testing/ktest/examples/vmware.conf
index 61958163d242..81a696e1fa62 100644
--- a/tools/testing/ktest/examples/vmware.conf
+++ b/tools/testing/ktest/examples/vmware.conf
@@ -46,8 +46,8 @@ VMWARE_VM_BASE_DIR = /var/lib/vmware/${VMWARE_VM_DIR}
CONSOLE = /usr/bin/ncat -U ${VMWARE_VM_BASE_DIR}/${VMWARE_SERIAL_NAME}
# Define what version of Workstation you are using
-# This is used by vmrun to use the appropriate appripriate pieces to
-# test this. In all likelihood you want 'ws' or 'player'
+# This is used by vmrun to use the appripriate pieces to test this.
+# In all likelihood you want 'ws' or 'player'
# Valid options:
# ws - Workstation (Windows or Linux host)
# fusion - Fusion (Mac host)
--
2.33.0