diff options
author | Andrea Gelmini <[email protected]> | 2019-08-30 23:32:18 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-30 14:32:18 -0700 |
commit | 9f5c1bc60935068d947dd596a7dbefdf4d04efd7 (patch) | |
tree | 2f7e8c3531c1f0809863cdd862e6b79f398cf6fd /module/lua | |
parent | 9d40bdf414e9baa8fcaf60188e2067e7ec3c1f0f (diff) |
Fix typos in module/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9241
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)) |