diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2017-03-23 17:00:04 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-25 11:09:22 +0200 |
commit | 3b2f98d484b27a96852baa4ad401fa02a4e85ec3 (patch) | |
tree | e49a0789438b440f0154c49b2bc1718ec1a19ed9 | |
parent | 70a2b359ead8fe1b66850599be8ec5e908121716 (diff) | |
download | linux-stable-3b2f98d484b27a96852baa4ad401fa02a4e85ec3.tar.gz linux-stable-3b2f98d484b27a96852baa4ad401fa02a4e85ec3.tar.bz2 linux-stable-3b2f98d484b27a96852baa4ad401fa02a4e85ec3.zip |
init/main: Fix double "the" in comment
commit 6623f1c6150c09ce946c8e27a4c814d64919495b upstream.
s/the\ the/the
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 30226a836c8b..a6ecdd492ed2 100644 --- a/init/main.c +++ b/init/main.c @@ -488,7 +488,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: */ add_latent_entropy(); boot_init_stack_canary(); |