summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2023-07-21 11:21:47 +0200
committerJeff Layton <jlayton@kernel.org>2023-08-24 10:42:19 -0400
commitbd4c4680c039fa9defddcff0ef354c147f7868b3 (patch)
tree1be89c4eb43d793c06dacf33474f5e5e8b695685
parentbfe2e8f569073e7297ad19932b980964105bb777 (diff)
fs/locks: Fix typo
Signed-off-by: Jakub Wilk <jwilk@jwilk.net> Signed-off-by: Jeff Layton <jlayton@kernel.org>
-rw-r--r--fs/locks.c2
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)
{