From: Sisir Koppaka Date: Thu, 26 May 2011 23:25:57 +0000 (-0700) Subject: pid: fix typo in function description X-Git-Tag: v3.0-rc1~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26498e89e83c62cffcb8836a2ac2c5b795d84258;p=platform%2Fkernel%2Flinux-3.10.git pid: fix typo in function description finds is misspelt as finr. No functional change. Signed-off-by: Sisir Koppaka Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/pid.h b/include/linux/pid.h index cdced84..b152d44 100644 --- a/include/linux/pid.h +++ b/include/linux/pid.h @@ -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 */