Skip to content

Commit 30aa86d

Browse files
authored
Fix typo (#12)
Correct the misspelling of "compatibility" in a comment within main.c.
1 parent 6214766 commit 30aa86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MODULE_LICENSE("Dual MIT/GPL");
1919
MODULE_AUTHOR("National Cheng Kung University, Taiwan");
2020
MODULE_DESCRIPTION("In-kernel Tic-Tac-Toe game engine");
2121

22-
/* Macro DECLARE_TASKLET_OLD exists for compatibiity.
22+
/* Macro DECLARE_TASKLET_OLD exists for compatibility.
2323
* See https://lwn.net/Articles/830964/
2424
*/
2525
#ifndef DECLARE_TASKLET_OLD

0 commit comments

Comments
 (0)