From: Andrew Morton boy, that was anal of me Cc: Cedric Le Goater Cc: Sukadev Bhattiprolu Signed-off-by: Andrew Morton --- include/linux/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/sched.h~pid-namespaces-define-is_global_init-and-is_container_init-fix include/linux/sched.h --- a/include/linux/sched.h~pid-namespaces-define-is_global_init-and-is_container_init-fix +++ a/include/linux/sched.h @@ -1292,7 +1292,7 @@ extern int is_global_init(struct task_st /* * is_container_init: - * check whether in the task is init in it's own pid namespace. + * check whether in the task is init in its own pid namespace. */ static inline int is_container_init(struct task_struct *tsk) { _