[PATCH] vmware: Correct the improper use in vmware.conf
From: Ba Jing
Date: Tue Sep 03 2024 - 23:14:09 EST
The word 'it's' is not used correctly in the sentence,
so it should be changed to 'its'.
Signed-off-by: Ba Jing <bajing@xxxxxxxxxxxxxxxxxxxx>
---
tools/testing/ktest/examples/vmware.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/ktest/examples/vmware.conf b/tools/testing/ktest/examples/vmware.conf
index 61958163d242..091f74ef1850 100644
--- a/tools/testing/ktest/examples/vmware.conf
+++ b/tools/testing/ktest/examples/vmware.conf
@@ -42,7 +42,7 @@ VMWARE_VM_DIR = ${VMWARE_VM_NAME}
VMWARE_VM_BASE_DIR = /var/lib/vmware/${VMWARE_VM_DIR}
# Use ncat to read the unix pipe. Anything that can read the Unix Pipe
-# and output it's contents to stdout will work
+# and output its contents to stdout will work
CONSOLE = /usr/bin/ncat -U ${VMWARE_VM_BASE_DIR}/${VMWARE_SERIAL_NAME}
# Define what version of Workstation you are using
--
2.33.0