aboutsummaryrefslogtreecommitdiff
path: root/tools/include
diff options
context:
space:
mode:
authorSlark Xiao2022-07-22 18:31:58 +0800
committerArnd Bergmann2022-07-22 14:54:22 +0200
commit6f05e014b96c8846cdc39acdf10bbdbafb9c78a0 (patch)
tree4320277b68f0391b27e8462642da6c152e5ee36d /tools/include
parent4313a24985f00340eeb591fd66aa2b257b9e0a69 (diff)
uapi: asm-generic: fcntl: Fix typo 'the the' in comment
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>
Diffstat (limited to 'tools/include')
-rw-r--r--tools/include/uapi/asm-generic/fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/include/uapi/asm-generic/fcntl.h b/tools/include/uapi/asm-generic/fcntl.h
index 0197042b7dfb..826afd9192d8 100644
--- a/tools/include/uapi/asm-generic/fcntl.h
+++ b/tools/include/uapi/asm-generic/fcntl.h
@@ -140,7 +140,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