diff --git a/sched/task/task_prctl.c b/sched/task/task_prctl.c index 365b2703e4..77ad50192e 100644 --- a/sched/task/task_prctl.c +++ b/sched/task/task_prctl.c @@ -92,8 +92,8 @@ int prctl(int option, ...) int pid = va_arg(ap, int); FAR struct tcb_s *tcb; - /* Get the TCB associated with the PID (handling the special case of - * pid==0 meaning "this thread") + /* Get the TCB associated with the PID (handling the special case + * of pid==0 meaning "this thread") */ if (pid == 0)