Add a missing o to to

This commit is contained in:
Soren Ptak 2024-04-12 20:39:53 -07:00
parent 3e12a9ce55
commit fd67ab5ad3
2 changed files with 2 additions and 2 deletions

View file

@ -158,7 +158,7 @@ definitions. */
* x18-27 s2-11 Saved registers Callee
* x28-31 t3-6 Temporaries Caller
*
* The RISC-V context is saved t FreeRTOS tasks in the following stack frame,
* The RISC-V context is saved to FreeRTOS tasks in the following stack frame,
* where the global and thread pointers are currently assumed to be constant so
* are not saved:
*

View file

@ -167,7 +167,7 @@ portUPDATE_MTIMER_COMPARE_REGISTER MACRO
* x18-27 s2-11 Saved registers Callee
* x28-31 t3-6 Temporaries Caller
*
* The RISC-V context is saved t FreeRTOS tasks in the following stack frame,
* The RISC-V context is saved to FreeRTOS tasks in the following stack frame,
* where the global and thread pointers are currently assumed to be constant so
* are not saved:
*