Skip to content

Commit

Permalink
pid: fix typo in function description
Browse files Browse the repository at this point in the history
finds is misspelt as finr. No functional change.

Signed-off-by: Sisir Koppaka <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
ahoy196 authored and torvalds committed May 27, 2011
1 parent 3eb8e74 commit 26498e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/pid.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 26498e8

Please sign in to comment.