lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240902060419.3360-1-bajing@cmss.chinamobile.com>
Date: Mon,  2 Sep 2024 14:04:19 +0800
From: Ba Jing <bajing@...s.chinamobile.com>
To: rostedt@...dmis.org
Cc: warthog9@...lescrag.net,
	bajing@...s.chinamobile.com,
	linux-kernel@...r.kernel.org
Subject: [PATCH] vmware: Correct the improper use in vmware.conf

The word 'it's' is not used correctly in the sentence,
so it should be changed to 'its'.

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




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ