diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-03-06 16:46:51 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-06 19:38:04 +0100 |
commit | d233cc72c4b901f1ea0ae4ce895ff665bd0b78d9 (patch) | |
tree | b1c1cc54e8fa8565ae8279d837eb2587a3a1488c | |
parent | da05d748057a98254a9c4fbd6afbc8ebf7e08afd (diff) | |
download | buildroot-d233cc72c4b901f1ea0ae4ce895ff665bd0b78d9.tar.gz buildroot-d233cc72c4b901f1ea0ae4ce895ff665bd0b78d9.zip |
linux: Config.in: correct typo in kernel compression format help text
s/build/built/.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in index e299af4008..dadfc88da4 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -284,7 +284,7 @@ endchoice choice prompt "Kernel compression format" help - This selection will just ensure that the correct host tools are build. + This selection will just ensure that the correct host tools are built. The actual compression for the kernel should be selected in the kernel configuration menu. |