uapi: asm-generic: fcntl: Fix typo 'the the' in comment
authorSlark Xiao <slark_xiao@163.com>
Fri, 22 Jul 2022 10:31:58 +0000 (18:31 +0800)
committerArnd Bergmann <arnd@arndb.de>
Fri, 22 Jul 2022 12:54:22 +0000 (14:54 +0200)
Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
tools/include/uapi/asm-generic/fcntl.h

index 0197042b7dfbd8550b1691a74ad2cd6bf7a5bdba..826afd9192d8c7c9ba6bb907e59c1851efa46c87 100644 (file)
  * 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