diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 134cb5cb506c..182da1550fad 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1718,7 +1718,7 @@ extern struct pid_namespace init_pid_ns; | |||
1718 | * find_task_by_pid(): | 1718 | * find_task_by_pid(): |
1719 | * finds a task by its global pid | 1719 | * finds a task by its global pid |
1720 | * | 1720 | * |
1721 | * see also find_pid() etc in include/linux/pid.h | 1721 | * see also find_vpid() etc in include/linux/pid.h |
1722 | */ | 1722 | */ |
1723 | 1723 | ||
1724 | extern struct task_struct *find_task_by_pid_type_ns(int type, int pid, | 1724 | extern struct task_struct *find_task_by_pid_type_ns(int type, int pid, |