Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26498e89 authored by Sisir Koppaka's avatar Sisir Koppaka Committed by Linus Torvalds
Browse files

pid: fix typo in function description



finds is misspelt as finr. No functional change.

Signed-off-by: default avatarSisir Koppaka <sisir.koppaka@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3eb8e74e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ extern struct pid_namespace init_pid_ns;
 * or rcu_read_lock() held.
 *
 * find_pid_ns() finds the pid in the namespace specified
 * find_vpid() finr the pid by its virtual id, i.e. in the current namespace
 * find_vpid() finds the pid by its virtual id, i.e. in the current namespace
 *
 * see also find_task_by_vpid() set in include/linux/sched.h
 */