Skip to content

Commit

Permalink
uapi: asm-generic: fcntl: Fix typo 'the the' in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Slark Xiao authored and Arnd Bergmann committed Jul 22, 2022
1 parent 4313a24 commit 6f05e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/include/uapi/asm-generic/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f05e01

Please sign in to comment.