소스 검색

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>
Frans Klaver 10 년 전
부모
커밋
fc454fdc10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      init/main.c

+ 1 - 1
init/main.c

@@ -145,7 +145,7 @@ EXPORT_SYMBOL_GPL(static_key_initialized);
  * rely on the BIOS and skip the reset operation.
  * rely on the BIOS and skip the reset operation.
  *
  *
  * This is useful if kernel is booting in an unreliable environment.
  * 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.
  * skipped and devices will be in unknown state.
  */
  */
 unsigned int reset_devices;
 unsigned int reset_devices;