Fix minor typos in docs and comments.

This commit is contained in:
Nathan Hartman
2019-09-29 12:52:20 -06:00
committed by Gregory Nutt
parent c1c36db37e
commit 46aaec7ba0
67 changed files with 104 additions and 104 deletions
+2 -2
View File
@@ -184,8 +184,8 @@ int lm32_swint(int irq, FAR void *context, FAR void *arg)
* A2 = restoreregs
*
* In this case, we save the context registers to the save register
* area reference by the saved contents of R5 and then set
* g_current_regs to to the save register area referenced by the saved
* area referenced by the saved contents of R5 and then set
* g_current_regs to the save register area referenced by the saved
* contents of R6.
*/
+3 -3
View File
@@ -176,9 +176,9 @@ int minerva_swint(int irq, FAR void *context, FAR void *arg)
/* A0=SYS_switch_context: This a switch context command: void
* up_switchcontext(uint32_t *saveregs, uint32_t *restoreregs); At this
* point, the following values are saved in context: A0 =
* SYS_switch_context A1 = saveregs A2 = restoreregs In this case, we
* save the context registers to the save register area reference by the
* saved contents of R5 and then set g_current_regs to to the save
* SYS_switch_context A1 = saveregs A2 = restoreregs. In this case, we
* save the context registers to the save register area referenced by
* the saved contents of R5 and then set g_current_regs to the save
* register area referenced by the saved contents of R6.
*/