diff options
Diffstat (limited to 'ports/sysdeps/tile/jmpbuf-offsets.h')
-rw-r--r-- | ports/sysdeps/tile/jmpbuf-offsets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/tile/jmpbuf-offsets.h b/ports/sysdeps/tile/jmpbuf-offsets.h index 62b8413000..c6f5be3184 100644 --- a/ports/sysdeps/tile/jmpbuf-offsets.h +++ b/ports/sysdeps/tile/jmpbuf-offsets.h @@ -45,7 +45,7 @@ #define JB_PC 25 /* normally LR, r55 */ #define JB_ICS 26 /* interrupt critical section bit */ -/* We save space for some extra state to accomodate future changes. */ +/* We save space for some extra state to accommodate future changes. */ #define JB_LEN 32 /* number of words */ #define JB_SIZE (JB_LEN * REGSIZE) |