fs/locks: Fix typo
authorJakub Wilk <jwilk@jwilk.net>
Fri, 21 Jul 2023 09:21:47 +0000 (11:21 +0200)
committerJeff Layton <jlayton@kernel.org>
Thu, 24 Aug 2023 14:42:19 +0000 (10:42 -0400)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
fs/locks.c

index 210766007e6309b1bbea785ccfe64558c65884e0..1114b3b8aa1e607bcf27d0085dd69e9fceb10eb5 100644 (file)
@@ -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)
 {