From 51d4d336ab1e40eff789632c3e3db7f22413b80d Mon Sep 17 00:00:00 2001 From: Yanfeng Liu Date: Wed, 21 Aug 2024 13:47:14 +0800 Subject: [PATCH] docs: fix typo in nx_smpstart.c This fixes a typo in comments of `nx_idle_trampoline` Signed-off-by: Yanfeng Liu --- sched/init/nx_smpstart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/init/nx_smpstart.c b/sched/init/nx_smpstart.c index a740030ee35..10a3666f8eb 100644 --- a/sched/init/nx_smpstart.c +++ b/sched/init/nx_smpstart.c @@ -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: