mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
Fix minor typos in docs and comments.
This commit is contained in:
committed by
Gregory Nutt
parent
c1c36db37e
commit
46aaec7ba0
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user