[PATCH] pid: fix typo in function description

From: Sisir Koppaka
Date: Mon Mar 28 2011 - 17:42:27 EST


finds is misspelt as finr. No functional change.

Signed-off-by: Sisir Koppaka <sisir.koppaka@xxxxxxxxx>
---
include/linux/pid.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/pid.h b/include/linux/pid.h
index efceda0..37ea1ba 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
*/
--
1.7.0.4

                sk
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/