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 /tools | |
parent | 94b233f443456a1cb868868b3b7f6876471a2de4 (diff) | |
download | u-boot-919d25c9208d12a4fc3691972ad69ed4e40455ba.zip u-boot-919d25c9208d12a4fc3691972ad69ed4e40455ba.tar.gz u-boot-919d25c9208d12a4fc3691972ad69ed4e40455ba.tar.bz2 |
u-boot: Fix several typos
's/environemnt/environment/' and
's/Environemnt/Environment/'
Signed-off-by: Shyam Saini <shyam@amarulasolutions.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/env/fw_env.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index 0b22345..a5d7595 100644 --- a/tools/env/fw_env.c +++ b/tools/env/fw_env.c @@ -842,10 +842,10 @@ int fw_parse_script(char *fname, struct env_opts *opts) } /** - * environment_end() - compute offset of first byte right after environemnt + * environment_end() - compute offset of first byte right after environment * @dev - index of enviroment buffer * Return: - * device offset of first byte right after environemnt + * device offset of first byte right after environment */ off_t environment_end(int dev) { |