소스 검색

fix minor typo in kexec description

Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Zoltan Gyarmati 10 년 전
부모
커밋
2cf29dfb28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/kexec/Config.in

+ 1 - 1
package/kexec/Config.in

@@ -4,7 +4,7 @@ config BR2_PACKAGE_KEXEC
 		BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el || \
 		BR2_powerpc || BR2_sh4 || BR2_sh4a
 	help
-	  Kexec is a user space utiltity for loading another kernel
+	  Kexec is a user space utility for loading another kernel
 	  and asking the currently running kernel to do something with it.
 
 	  https://www.kernel.org/pub/linux/utils/kernel/kexec/