diff options
Diffstat (limited to 'os/nil')
-rw-r--r-- | os/nil/ports/e200/nilcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/nil/ports/e200/nilcore.h b/os/nil/ports/e200/nilcore.h index 93ca1ea8e..e941c08cd 100644 --- a/os/nil/ports/e200/nilcore.h +++ b/os/nil/ports/e200/nilcore.h @@ -206,7 +206,7 @@ struct port_extctx { * switching.
* @note R2 and R13 are not saved because those are assumed to be immutable
* during the system life cycle.
- * @note LR is stored in the caller contex so it is not present in this
+ * @note LR is stored in the caller context so it is not present in this
* structure.
*/
struct port_intctx {
|