/* Save additional registers found on the Pulpino. */\r
.macro portasmSAVE_ADDITIONAL_REGISTERS\r
addi sp, sp, -(portasmADDITIONAL_CONTEXT_SIZE * portWORD_SIZE) /* Make room for the additional registers. */\r
- csrr t0, lpstart0 /* Load additional registers into accessable temporary registers. */\r
+ csrr t0, lpstart0 /* Load additional registers into accessible temporary registers. */\r
csrr t1, lpend0\r
csrr t2, lpcount0\r
csrr t3, lpstart1\r
\r
/* Restore the additional registers found on the Pulpino. */\r
.macro portasmRESTORE_ADDITIONAL_REGISTERS\r
- lw t0, 1 * portWORD_SIZE( sp ) /* Load additional registers into accessable temporary registers. */\r
+ lw t0, 1 * portWORD_SIZE( sp ) /* Load additional registers into accessible temporary registers. */\r
lw t1, 2 * portWORD_SIZE( sp )\r
lw t2, 3 * portWORD_SIZE( sp )\r
lw t3, 4 * portWORD_SIZE( sp )\r