docs: fix typo in nx_smpstart.c

This fixes a typo in comments of `nx_idle_trampoline`

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
Yanfeng Liu 2024-08-21 13:47:14 +08:00 committed by Xiang Xiao
parent ed572174e1
commit 51d4d336ab

View File

@ -51,7 +51,7 @@
* This is the common start-up logic for the IDLE task for CPUs 1 through * This is the common start-up logic for the IDLE task for CPUs 1 through
* (CONFIG_SMP_NCPUS-1). Having a start-up function such as this for the * (CONFIG_SMP_NCPUS-1). Having a start-up function such as this for the
* IDLE is not really an architectural necessity. It is used only for * IDLE is not really an architectural necessity. It is used only for
* symmetry with now other threads are started (see nxtask_start() and * symmetry with how other threads are started (see nxtask_start() and
* pthread_start()). * pthread_start()).
* *
* Input Parameters: * Input Parameters: