diff options
author | Viresh Kumar | 2017-03-23 17:00:04 +0530 |
---|---|---|
committer | Jiri Kosina | 2017-04-24 13:14:21 +0200 |
commit | 6623f1c6150c09ce946c8e27a4c814d64919495b (patch) | |
tree | 50cfe5dbc874739d9ddd6aedc99bf1a29e5e529d /init | |
parent | 4f6cce39105e63587e53361bb670786b52d533ae (diff) |
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>
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index f9c9d9948203..717b2ab803e5 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(); |