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 /include | |
parent | 94b233f443456a1cb868868b3b7f6876471a2de4 (diff) | |
download | u-boot-919d25c9208d12a4fc3691972ad69ed4e40455ba.tar.gz |
u-boot: Fix several typos
's/environemnt/environment/' and
's/Environemnt/Environment/'
Signed-off-by: Shyam Saini <shyam@amarulasolutions.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx28evk.h | 2 | ||||
-rw-r--r-- | include/environment.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index f373b1e24e..dc4db2bec8 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -43,7 +43,7 @@ (CONFIG_ENV_OFFSET + CONFIG_ENV_RANGE) #endif -/* Environemnt is in SPI flash */ +/* Environment is in SPI flash */ #if defined(CONFIG_CMD_SF) && defined(CONFIG_ENV_IS_IN_SPI_FLASH) #define CONFIG_SYS_REDUNDAND_ENVIRONMENT #define CONFIG_ENV_OFFSET 0x40000 /* 256K */ diff --git a/include/environment.h b/include/environment.h index 50c62c5645..70b7eda428 100644 --- a/include/environment.h +++ b/include/environment.h @@ -292,7 +292,7 @@ int env_import_redund(const char *buf1, int buf1_status, /** * env_get_char() - Get a character from the early environment * - * This reads from the pre-relocation environemnt + * This reads from the pre-relocation environment * * @index: Index of character to read (0 = first) * @return character read, or -ve on error |