diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2023-07-21 12:21:47 +0300 |
---|---|---|
committer | Jeff Layton <jlayton@kernel.org> | 2023-08-24 17:42:19 +0300 |
commit | bd4c4680c039fa9defddcff0ef354c147f7868b3 (patch) | |
tree | 1be89c4eb43d793c06dacf33474f5e5e8b695685 /fs/locks.c | |
parent | bfe2e8f569073e7297ad19932b980964105bb777 (diff) | |
download | linux-bd4c4680c039fa9defddcff0ef354c147f7868b3.tar.xz |
fs/locks: Fix typo
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Diffstat (limited to 'fs/locks.c')
-rw-r--r-- | fs/locks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/locks.c b/fs/locks.c index 210766007e63..1114b3b8aa1e 100644 --- a/fs/locks.c +++ b/fs/locks.c @@ -2151,7 +2151,7 @@ EXPORT_SYMBOL_GPL(vfs_test_lock); * @fl: The file_lock who's fl_pid should be translated * @ns: The namespace into which the pid should be translated * - * Used to tranlate a fl_pid into a namespace virtual pid number + * Used to translate a fl_pid into a namespace virtual pid number */ static pid_t locks_translate_pid(struct file_lock *fl, struct pid_namespace *ns) { |