diff options
| author | Andrius Štikonas <[email protected]> | 2019-09-23 22:43:41 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-10-04 12:21:23 -0400 |
| commit | 60a9aebdc3a77bfd00391992a3b8b722c73c4618 (patch) | |
| tree | a30663da5ccb02c9f5b258f384f5e7ce4a72e723 /cmd | |
| parent | 4b0bcfa7c4ecd5d5e02c5e7d10d128a7da53414b (diff) | |
Kconfig: fix a typo in the description of bmp command.
Signed-off-by: Andrius Štikonas <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 8fcb1b84741..4e61565aab1 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1517,7 +1517,7 @@ config CMD_BMP bool "Enable 'bmp' command" depends on LCD || DM_VIDEO || VIDEO help - This provides a way to obtain information about a BMP-format iamge + This provides a way to obtain information about a BMP-format image and to display it. BMP (which presumably stands for BitMaP) is a file format defined by Microsoft which supports images of various depths, formats and compression methods. Headers on the file |
