Skip to content

Commit fd67ab5

Browse files
committed
Add a missing o to to
1 parent 3e12a9c commit fd67ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

portable/GCC/RISC-V/portASM.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ definitions. */
158158
* x18-27 s2-11 Saved registers Callee
159159
* x28-31 t3-6 Temporaries Caller
160160
*
161-
* The RISC-V context is saved t FreeRTOS tasks in the following stack frame,
161+
* The RISC-V context is saved to FreeRTOS tasks in the following stack frame,
162162
* where the global and thread pointers are currently assumed to be constant so
163163
* are not saved:
164164
*

portable/IAR/RISC-V/portASM.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ portUPDATE_MTIMER_COMPARE_REGISTER MACRO
167167
* x18-27 s2-11 Saved registers Callee
168168
* x28-31 t3-6 Temporaries Caller
169169
*
170-
* The RISC-V context is saved t FreeRTOS tasks in the following stack frame,
170+
* The RISC-V context is saved to FreeRTOS tasks in the following stack frame,
171171
* where the global and thread pointers are currently assumed to be constant so
172172
* are not saved:
173173
*

0 commit comments

Comments
 (0)