aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2022-07-28 09:16:59 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2022-07-28 09:16:59 +1000
commitf6095d05601f7ae47ec86ccec2a4ee38a6adf6aa (patch)
treee8939106b8aa41892ba37328ddd6a855833cd66c /tools
parent0f57c363edeceb6d42377045a092260f911d8aa8 (diff)
parent82dc270146a82edd67228be94b0fe302a6f78395 (diff)
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
Diffstat (limited to 'tools')
-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 1ecdb911add8..b02c8e0f4057 100644
--- a/tools/include/uapi/asm-generic/fcntl.h
+++ b/tools/include/uapi/asm-generic/fcntl.h
@@ -143,7 +143,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