diff options
author | Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> | 2014-10-29 14:56:40 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-29 21:38:54 +0100 |
commit | 2cf29dfb286fd7d5c36bc2a11655b60ea3f34be2 (patch) | |
tree | 4d592ba5f53428e6a801d86861d928241bcf5d5d /package/kexec/Config.in | |
parent | cf3bc9c4be1bae44a7a682973c2a5b22a7c56edd (diff) | |
download | buildroot-2cf29dfb286fd7d5c36bc2a11655b60ea3f34be2.tar.gz buildroot-2cf29dfb286fd7d5c36bc2a11655b60ea3f34be2.zip |
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>
Diffstat (limited to 'package/kexec/Config.in')
-rw-r--r-- | package/kexec/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kexec/Config.in b/package/kexec/Config.in index 0139c17b86..d92e6b9573 100644 --- a/package/kexec/Config.in +++ b/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/ |