Commit 8f824b4a authored by Jiangshan Yi's avatar Jiangshan Yi Committed by Andrew Morton

init.h: fix spelling typo in comment

Fix spelling typo in comment.

Link: https://lkml.kernel.org/r/20220905021034.947701-1-13667453960@163.comSigned-off-by: default avatarJiangshan Yi <yijiangshan@kylinos.cn>
Reported-by: default avatark2ci <kernel-bot@kylinos.cn>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 1c320cfa
......@@ -134,7 +134,7 @@ static inline initcall_t initcall_from_entry(initcall_entry_t *entry)
extern initcall_entry_t __con_initcall_start[], __con_initcall_end[];
/* Used for contructor calls. */
/* Used for constructor calls. */
typedef void (*ctor_fn_t)(void);
struct file_system_type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment