diff options
Diffstat (limited to 'module/lua/ldo.c')
-rw-r--r-- | module/lua/ldo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/lua/ldo.c b/module/lua/ldo.c index d8c7742f3..88b22836f 100644 --- a/module/lua/ldo.c +++ b/module/lua/ldo.c @@ -78,7 +78,7 @@ extern void longjmp(label_t *) __attribute__((__noreturn__)); #define LUAI_TRY(L,c,a) if (setjmp(&(c)->b) == 0) { a } #define luai_jmpbuf label_t -/* unsupported archs will build but not be able to run lua programs */ +/* unsupported arches will build but not be able to run lua programs */ #if JMP_BUF_CNT == 1 int setjmp (label_t *buf) { return 1; |