summaryrefslogtreecommitdiffstats
path: root/payloads/Kconfig
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2018-07-02 08:37:09 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-07-03 09:22:42 +0000
commitab6583ece03076510de8a94a01b0fae21f3876d0 (patch)
tree2e33990ea232c668d2ffb715106400e17ce71d13 /payloads/Kconfig
parent9efe426cc4f093872542b75d4dd2b8286ea10ff4 (diff)
downloadcoreboot-ab6583ece03076510de8a94a01b0fae21f3876d0.tar.gz
coreboot-ab6583ece03076510de8a94a01b0fae21f3876d0.tar.bz2
coreboot-ab6583ece03076510de8a94a01b0fae21f3876d0.zip
payloads/Kconfig: Use third-person singular in description
Change-Id: I7bbc346771cff9954839c66c8ef6f237f116241f Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/27299 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'payloads/Kconfig')
-rw-r--r--payloads/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/Kconfig b/payloads/Kconfig
index 6b10a0dd9d72..ec581c074950 100644
--- a/payloads/Kconfig
+++ b/payloads/Kconfig
@@ -102,7 +102,7 @@ config PAYLOAD_FIT_SUPPORT
help
Select this option if your payload is of type FIT.
Enables FIT parser and devicetree patching. The FIT is non
- self-extracting and need to have a compatible compression format.
+ self-extracting and needs to have a compatible compression format.
config COMPRESS_SECONDARY_PAYLOAD
bool "Use LZMA compression for secondary payloads"