From bd4c4680c039fa9defddcff0ef354c147f7868b3 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Fri, 21 Jul 2023 11:21:47 +0200 Subject: fs/locks: Fix typo Signed-off-by: Jakub Wilk Signed-off-by: Jeff Layton --- fs/locks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit