diff options
author | Frans Klaver <fransklaver@gmail.com> | 2015-02-23 22:05:56 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-03-06 23:12:43 +0100 |
commit | fc454fdc108e44bf7e7ebd39f8209a2d021dd8ca (patch) | |
tree | 4ae1404001589637d240ce596e4cf64a624ba01c /init/main.c | |
parent | 52df3d5b6a49dc3d867abb5414315490dd0098ef (diff) | |
download | linux-fc454fdc108e44bf7e7ebd39f8209a2d021dd8ca.tar.gz linux-fc454fdc108e44bf7e7ebd39f8209a2d021dd8ca.tar.bz2 linux-fc454fdc108e44bf7e7ebd39f8209a2d021dd8ca.zip |
init/main: fix reset_device comment
Fix incorrect spelling of situation.
Signed-off-by: Frans Klaver <fransklaver@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'init/main.c')
-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 321d0ceb26d3..b0c705515089 100644 --- a/init/main.c +++ b/init/main.c @@ -145,7 +145,7 @@ EXPORT_SYMBOL_GPL(static_key_initialized); * rely on the BIOS and skip the reset operation. * * This is useful if kernel is booting in an unreliable environment. - * For ex. kdump situaiton where previous kernel has crashed, BIOS has been + * For ex. kdump situation where previous kernel has crashed, BIOS has been * skipped and devices will be in unknown state. */ unsigned int reset_devices; |