[PATCH] uapi/asm-generic/fcntl.h: fix typos in Open File Description Locks comment

From: Sara Sena

Date: Sun Jun 21 2026 - 17:59:41 EST


Signed-off-by: Sara Sena <sarasena.adr@xxxxxxxxx>
---
include/uapi/asm-generic/fcntl.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/uapi/asm-generic/fcntl.h b/include/uapi/asm-generic/fcntl.h
index 613475285643..06433ed5e3eb 100644
--- a/include/uapi/asm-generic/fcntl.h
+++ b/include/uapi/asm-generic/fcntl.h
@@ -138,10 +138,10 @@
* not inherited across a fork().
*
* These cmd values will set locks that conflict with process-associated
- * record locks, but are "owned" by the open file description, not the
+ * 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
--
2.43.0