Skip to content

Commit 6f05e01

Browse files
SlarkXiaoarndb
authored andcommitted
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>
1 parent 4313a24 commit 6f05e01

File tree

1 file changed

+1
-1
lines changed
  • tools/include/uapi/asm-generic

1 file changed

+1
-1
lines changed

tools/include/uapi/asm-generic/fcntl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
* record locks, but are "owned" by the open file description, not the
141141
* process. This means that they are inherited across fork() like BSD (flock)
142142
* locks, and they are only released automatically when the last reference to
143-
* the the open file against which they were acquired is put.
143+
* the open file against which they were acquired is put.
144144
*/
145145
#define F_OFD_GETLK 36
146146
#define F_OFD_SETLK 37

0 commit comments

Comments
 (0)