projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eb8e74
)
pid: fix typo in function description
author
Sisir Koppaka
<
[email protected]
>
Thu, 26 May 2011 23:25:57 +0000
(16:25 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 27 May 2011 00:12:37 +0000
(17:12 -0700)
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]
>
include/linux/pid.h
patch
|
blob
|
history
diff --git
a/include/linux/pid.h
b/include/linux/pid.h
index cdced84261d79d125a8d6031c76638b72d259c20..b152d44fb18122e0659a7cdabf0d6b782ef63d59 100644
(file)
--- 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() fin
r
the pid by its virtual id, i.e. in the current namespace
+ * find_vpid() fin
ds
the pid by its virtual id, i.e. in the current namespace
*
* see also find_task_by_vpid() set in include/linux/sched.h
*/