[PATCH] vmware: Correct the improper use in vmware.conf

Ba Jing posted 1 patch 1 year, 3 months ago
tools/testing/ktest/examples/vmware.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] vmware: Correct the improper use in vmware.conf
Posted by Ba Jing 1 year, 3 months ago
The word 'it's' is not used correctly in the sentence,
so it should be changed to 'its'.

Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com>
---
 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