Merge tag 'gpio-updates-for-v5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / lib / test_kasan.c
index f5f5476..8f7b0b2 100644 (file)
@@ -651,7 +651,7 @@ static void kasan_global_oob(struct kunit *test)
 {
        /*
         * Deliberate out-of-bounds access. To prevent CONFIG_UBSAN_LOCAL_BOUNDS
-        * from failing here and panicing the kernel, access the array via a
+        * from failing here and panicking the kernel, access the array via a
         * volatile pointer, which will prevent the compiler from being able to
         * determine the array bounds.
         *