diff --git a/sched/sched_setuptaskfiles.c b/sched/sched_setuptaskfiles.c index eb00f54911..e472528fda 100644 --- a/sched/sched_setuptaskfiles.c +++ b/sched/sched_setuptaskfiles.c @@ -105,7 +105,7 @@ int sched_setuptaskfiles(FAR _TCB *tcb) #endif /* CONFIG_NSOCKET_DESCRIPTORS */ #if CONFIG_NFILE_DESCRIPTORS > 0 - /* Duplicate the first three file descriptors */ + /* Duplicate the file descriptors */ if (rtcb->filelist) {