]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
lkdtm: bugs: Fix spelling mistake
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Wed, 1 Apr 2020 18:28:55 +0000 (13:28 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Apr 2020 14:30:09 +0000 (16:30 +0200)
Fix spelling mistake s/Intentially/Intentionally

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Acked-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20200401182855.GA16253@embeddedor
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/lkdtm/bugs.c

index 886459e0ddd98c15ed2c61bc2e96483abc9adda5..736675f0a2464b666cf1526b204a0ed9f92cbe43 100644 (file)
@@ -208,7 +208,7 @@ void lkdtm_OVERFLOW_UNSIGNED(void)
        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 {
        int one;
        int two;