Skip to content

Commit bd4c468

Browse files
jwilkjtlayton
authored andcommitted
fs/locks: Fix typo
Signed-off-by: Jakub Wilk <[email protected]> Signed-off-by: Jeff Layton <[email protected]>
1 parent bfe2e8f commit bd4c468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/locks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2151,7 +2151,7 @@ EXPORT_SYMBOL_GPL(vfs_test_lock);
21512151
* @fl: The file_lock who's fl_pid should be translated
21522152
* @ns: The namespace into which the pid should be translated
21532153
*
2154-
* Used to tranlate a fl_pid into a namespace virtual pid number
2154+
* Used to translate a fl_pid into a namespace virtual pid number
21552155
*/
21562156
static pid_t locks_translate_pid(struct file_lock *fl, struct pid_namespace *ns)
21572157
{

0 commit comments

Comments
 (0)