Commit c5685157 authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Greg Kroah-Hartman

lkdtm: bugs: Fix spelling mistake

Fix spelling mistake s/Intentially/Intentionally
Signed-off-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
Acked-by: default avatarKees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20200401182855.GA16253@embeddedorSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ae83d0b4
...@@ -208,7 +208,7 @@ void lkdtm_OVERFLOW_UNSIGNED(void) ...@@ -208,7 +208,7 @@ void lkdtm_OVERFLOW_UNSIGNED(void)
ignored = value; ignored = value;
} }
/* Intentially using old-style flex array definition of 1 byte. */ /* Intentionally using old-style flex array definition of 1 byte. */
struct array_bounds_flex_array { struct array_bounds_flex_array {
int one; int one;
int two; int two;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment