diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2018-07-02 08:37:09 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-03 09:22:42 +0000 |
commit | ab6583ece03076510de8a94a01b0fae21f3876d0 (patch) | |
tree | 2e33990ea232c668d2ffb715106400e17ce71d13 /payloads/Kconfig | |
parent | 9efe426cc4f093872542b75d4dd2b8286ea10ff4 (diff) |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/Kconfig b/payloads/Kconfig index 6b10a0dd9d..ec581c0749 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" |