Skip to content

Commit d1be0cf

Browse files
geertushuahkh
authored andcommitted
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 <[email protected]> Reviewed-by: David Gow <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 14e594a commit d1be0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/kunit/test.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ enum kunit_status {
6767

6868
/*
6969
* Speed Attribute is stored as an enum and separated into categories of
70-
* speed: very_slowm, slow, and normal. These speeds are relative to
70+
* speed: very_slow, slow, and normal. These speeds are relative to
7171
* other KUnit tests.
7272
*
7373
* Note: unset speed attribute acts as default of KUNIT_SPEED_NORMAL.

0 commit comments

Comments
 (0)