Hi Andrey, thanks, but I guess this should be routed via kernel-janitors? CC'ed, and add Alexey. In any case, please don't send the patches offlist ;) On 06/18, Andrey Krechetov wrote: > > From: apkrecheto <apkrecheto@xxxxxx> > > --- > kernel/pid.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kernel/pid.c b/kernel/pid.c > index da76ed1873f7..4a52afdcb731 100644 > --- a/kernel/pid.c > +++ b/kernel/pid.c > @@ -220,7 +220,7 @@ struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid, > tid + 1, GFP_ATOMIC); > /* > * If ENOSPC is returned it means that the PID is > - * alreay in use. Return EEXIST in that case. > + * already in use. Return EEXIST in that case. > */ > if (nr == -ENOSPC) > nr = -EEXIST; > -- > 2.34.1 >