Commit 6623f1c6 authored by Viresh Kumar's avatar Viresh Kumar Committed by Jiri Kosina

init/main: Fix double "the" in comment

s/the\ the/the
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 4f6cce39
...@@ -495,7 +495,7 @@ asmlinkage __visible void __init start_kernel(void) ...@@ -495,7 +495,7 @@ asmlinkage __visible void __init start_kernel(void)
debug_objects_early_init(); debug_objects_early_init();
/* /*
* Set up the the initial canary ASAP: * Set up the initial canary ASAP:
*/ */
boot_init_stack_canary(); boot_init_stack_canary();
......
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