Skip to content

Commit

Permalink
init/main: Fix double "the" in comment
Browse files Browse the repository at this point in the history
s/the\ the/the

Signed-off-by: Viresh Kumar <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
vireshk authored and Jiri Kosina committed Apr 24, 2017
1 parent 4f6cce3 commit 6623f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 6623f1c

Please sign in to comment.