diff --git a/arch/arm/src/tiva/common/lm4xx_tm3c_sysctrl.c b/arch/arm/src/tiva/common/lm4xx_tm3c_sysctrl.c index 1baa460baf..fcfc4c02fa 100644 --- a/arch/arm/src/tiva/common/lm4xx_tm3c_sysctrl.c +++ b/arch/arm/src/tiva/common/lm4xx_tm3c_sysctrl.c @@ -295,7 +295,7 @@ void tiva_clock_reconfigure(uint32_t newrcc, uint32_t newrcc2) if ((newrcc & SYSCON_RCC_BYPASS) == 0) { - /* Yes, wait until l the PLL is locked */ + /* Yes, wait until the PLL is locked */ tiva_pll_lock(); diff --git a/sched/task/task_spawn.c b/sched/task/task_spawn.c index 4c27089567..101861fce0 100644 --- a/sched/task/task_spawn.c +++ b/sched/task/task_spawn.c @@ -191,7 +191,7 @@ errout: * A: Good idea, except that existing nxtask_starthook() implementation * cannot be used here unless we get rid of task_create and, instead, * use task_init() and task_activate(). start_taskhook() could then - * be called between task_init() and task)activate(). task_restart() + * be called between task_init() and task_activate(). task_restart() * would still be an issue. * * Input Parameters: