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: <4844516f7400749da9805c3c7ad9722a@208suo.com>
Date:   Thu, 20 Jul 2023 23:48:27 +0800
From:   pangzizhen001@...suo.com
To:     arnd@...db.de
Cc:     linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] uapi/asm-generic: Fix typos in comments

Delete duplicate word "the"

Signed-off-by: Zizhen Pang <pangzizhen001@...suo.com>
---
  include/uapi/asm-generic/fcntl.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/asm-generic/fcntl.h 
b/include/uapi/asm-generic/fcntl.h
index 80f37a0d40d7..1c7a0f6632c0 100644
--- a/include/uapi/asm-generic/fcntl.h
+++ b/include/uapi/asm-generic/fcntl.h
@@ -142,7 +142,7 @@
   * record  locks, but are "owned" by the open file description, not the
   * process. This means that they are inherited across fork() like BSD 
(flock)
   * locks, and they are only released automatically when the last 
reference to
- * the the open file against which they were acquired is put.
+ * the open file against which they were acquired is put.
   */
  #define F_OFD_GETLK    36
  #define F_OFD_SETLK    37

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ