فهرست منبع

pid: fix typo in function description

finds is misspelt as finr. No functional change.

Signed-off-by: Sisir Koppaka <sisir.koppaka@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Sisir Koppaka 14 سال پیش
والد
کامیت
26498e89e8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/linux/pid.h

+ 1 - 1
include/linux/pid.h

@@ -105,7 +105,7 @@ extern struct pid_namespace init_pid_ns;
  * or rcu_read_lock() held.
  * or rcu_read_lock() held.
  *
  *
  * find_pid_ns() finds the pid in the namespace specified
  * 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
  * see also find_task_by_vpid() set in include/linux/sched.h
  */
  */