From: Jiangshan Yi Date: Mon, 5 Sep 2022 02:10:34 +0000 (+0800) Subject: init.h: fix spelling typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8f824b4abd31c5ea32ae1d6725c47bdb247d18da;p=linux.git init.h: fix spelling typo in comment Fix spelling typo in comment. Link: https://lkml.kernel.org/r/20220905021034.947701-1-13667453960@163.com Signed-off-by: Jiangshan Yi Reported-by: k2ci Signed-off-by: Andrew Morton --- diff --git a/include/linux/init.h b/include/linux/init.h index baf0b29a7010a..3254766ebbf23 100644 --- a/include/linux/init.h +++ b/include/linux/init.h @@ -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;