Fix minor typos in comments

This commit is contained in:
Gregory Nutt 2019-08-15 14:06:11 -06:00
parent fba40c40f1
commit a276942f59
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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: