diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2025-03-27 16:33:01 +0100 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2025-04-08 14:57:24 -0600 |
commit | d1be0cf3b8aeae75bc8fff5b7a3e01ebfe276008 (patch) | |
tree | d6dac4390c180eafb0712f0b5c2810f9f3cd2491 /include | |
parent | 14e594a1fc8b879734f8057a870d28c86a889c5f (diff) |
kunit: Spelling s/slowm/slow/
Fix a misspelling of "slow".
Link: https://lore.kernel.org/r/1f7ebf98598418914ec9f5b6d5cb8583d24a4bf0.1743089563.git.geert@linux-m68k.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/kunit/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kunit/test.h b/include/kunit/test.h index 0ffb97c78566..39c768f87dc9 100644 --- a/include/kunit/test.h +++ b/include/kunit/test.h @@ -67,7 +67,7 @@ enum kunit_status { /* * Speed Attribute is stored as an enum and separated into categories of - * speed: very_slowm, slow, and normal. These speeds are relative to + * speed: very_slow, slow, and normal. These speeds are relative to * other KUnit tests. * * Note: unset speed attribute acts as default of KUNIT_SPEED_NORMAL. |