commit | 6623f1c6150c09ce946c8e27a4c814d64919495b | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Mar 23 17:00:04 2017 +0530 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Apr 24 13:14:21 2017 +0200 |
tree | 50cfe5dbc874739d9ddd6aedc99bf1a29e5e529d | |
parent | 4f6cce39105e63587e53361bb670786b52d533ae [diff] [blame] |
init/main: Fix double "the" in comment s/the\ the/the Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/init/main.c b/init/main.c index f9c9d99..717b2ab 100644 --- a/init/main.c +++ b/init/main.c
@@ -495,7 +495,7 @@ asmlinkage __visible void __init start_kernel(void) debug_objects_early_init(); /* - * Set up the the initial canary ASAP: + * Set up the initial canary ASAP: */ boot_init_stack_canary();