aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pid.h
diff options
context:
space:
mode:
authorSisir Koppaka <sisir.koppaka@gmail.com>2011-05-26 16:25:57 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-05-26 17:12:37 -0700
commit26498e89e83c62cffcb8836a2ac2c5b795d84258 (patch)
tree7e2646ef612e47f2042682abcc365eafe8799a96 /include/linux/pid.h
parentfs/partitions/efi.c: corrupted GUID partition tables can cause kernel oops (diff)
downloadlinux-dev-26498e89e83c62cffcb8836a2ac2c5b795d84258.tar.xz
linux-dev-26498e89e83c62cffcb8836a2ac2c5b795d84258.zip
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>
Diffstat (limited to 'include/linux/pid.h')
-rw-r--r--include/linux/pid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pid.h b/include/linux/pid.h
index cdced84261d7..b152d44fb181 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
*/