aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/init.h
diff options
context:
space:
mode:
authorJiangshan Yi <yijiangshan@kylinos.cn>2022-09-05 10:10:34 +0800
committerAndrew Morton <akpm@linux-foundation.org>2022-10-03 14:21:42 -0700
commit8f824b4abd31c5ea32ae1d6725c47bdb247d18da (patch)
tree21f107f4920d7168a07d556164f500d06036d6df /include/linux/init.h
parentfs/ocfs2/suballoc.h: fix spelling typo in comment (diff)
downloadlinux-dev-8f824b4abd31c5ea32ae1d6725c47bdb247d18da.tar.xz
linux-dev-8f824b4abd31c5ea32ae1d6725c47bdb247d18da.zip
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 <yijiangshan@kylinos.cn> Reported-by: k2ci <kernel-bot@kylinos.cn> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/linux/init.h')
-rw-r--r--include/linux/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/init.h b/include/linux/init.h
index baf0b29a7010..3254766ebbf2 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;