Skip to content

Commit

Permalink
docs: fix typo in nx_smpstart.c
Browse files Browse the repository at this point in the history
This fixes a typo in comments of `nx_idle_trampoline`

Signed-off-by: Yanfeng Liu <[email protected]>
  • Loading branch information
yf13 committed Aug 21, 2024
1 parent ed57217 commit c67eb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sched/init/nx_smpstart.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* 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
* 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()).
*
* Input Parameters:
Expand Down

0 comments on commit c67eb1a

Please sign in to comment.