From: Jakub Wilk Date: Fri, 21 Jul 2023 09:21:47 +0000 (+0200) Subject: fs/locks: Fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bd4c4680c039fa9defddcff0ef354c147f7868b3;p=linux.git fs/locks: Fix typo Signed-off-by: Jakub Wilk Signed-off-by: Jeff Layton --- diff --git a/fs/locks.c b/fs/locks.c index 210766007e630..1114b3b8aa1e6 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) {