diff options
author | Shyam Saini <mayhs11saini@gmail.com> | 2018-06-07 19:47:19 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-13 07:49:13 -0400 |
commit | 919d25c9208d12a4fc3691972ad69ed4e40455ba (patch) | |
tree | eb49d63a0a3e9bf18fbf41a5be7fd3fd98405aa6 /env | |
parent | 94b233f443456a1cb868868b3b7f6876471a2de4 (diff) |
u-boot: Fix several typos
's/environemnt/environment/' and
's/Environemnt/Environment/'
Signed-off-by: Shyam Saini <shyam@amarulasolutions.com>
Diffstat (limited to 'env')
-rw-r--r-- | env/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/env/Kconfig b/env/Kconfig index f403906b6f9..ec66c1346a4 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -15,7 +15,7 @@ config ENV_IS_NOWHERE default y help Define this if you don't want to or can't have an environment stored - on a storage medium. In this case the environemnt will still exist + on a storage medium. In this case the environment will still exist while U-Boot is running, but once U-Boot exits it will not be stored. U-Boot will therefore always start up with a default environment. @@ -391,7 +391,7 @@ config ENV_FAT_DEVICE_AND_PART partition table then means device D. config ENV_FAT_FILE - string "Name of the FAT file to use for the environemnt" + string "Name of the FAT file to use for the environment" depends on ENV_IS_IN_FAT default "uboot.env" help @@ -423,7 +423,7 @@ config ENV_EXT4_DEVICE_AND_PART partition table then means device D. config ENV_EXT4_FILE - string "Name of the EXT4 file to use for the environemnt" + string "Name of the EXT4 file to use for the environment" depends on ENV_IS_IN_EXT4 default "uboot.env" help |