diff options
Diffstat (limited to 'module/lua')
-rw-r--r-- | module/lua/llimits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/lua/llimits.h b/module/lua/llimits.h index eee8f0c2d..2126a1464 100644 --- a/module/lua/llimits.h +++ b/module/lua/llimits.h @@ -98,7 +98,7 @@ typedef LUAI_UACNUMBER l_uacNumber; /* ** non-return type ** -** Supress noreturn attribute in kernel builds to avoid objtool check warnings +** Suppress noreturn attribute in kernel builds to avoid objtool check warnings */ #if defined(__GNUC__) && !defined(_KERNEL) #define l_noret void __attribute__((noreturn)) |