Commit 6f05e014 authored by Slark Xiao's avatar Slark Xiao Committed by Arnd Bergmann

uapi: asm-generic: fcntl: Fix typo 'the the' in comment

Replace 'the the' with 'the' in the comment.
Signed-off-by: default avatarSlark Xiao <slark_xiao@163.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 4313a249
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
* 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) * process. This means that they are inherited across fork() like BSD (flock)
* locks, and they are only released automatically when the last reference to * 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_GETLK 36
#define F_OFD_SETLK 37 #define F_OFD_SETLK 37
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment