From 919d25c9208d12a4fc3691972ad69ed4e40455ba Mon Sep 17 00:00:00 2001 From: Shyam Saini Date: Thu, 7 Jun 2018 19:47:19 +0530 Subject: u-boot: Fix several typos 's/environemnt/environment/' and 's/Environemnt/Environment/' Signed-off-by: Shyam Saini --- include/configs/mx28evk.h | 2 +- include/environment.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index f373b1e..dc4db2b 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 50c62c5..70b7eda 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 -- cgit v1.1