summaryrefslogtreecommitdiff
path: root/tools/env/fw_env.c
diff options
context:
space:
mode:
authorShyam Saini <mayhs11saini@gmail.com>2018-06-07 17:17:19 +0300
committerTom Rini <trini@konsulko.com>2018-06-13 14:49:13 +0300
commit919d25c9208d12a4fc3691972ad69ed4e40455ba (patch)
treeeb49d63a0a3e9bf18fbf41a5be7fd3fd98405aa6 /tools/env/fw_env.c
parent94b233f443456a1cb868868b3b7f6876471a2de4 (diff)
downloadu-boot-919d25c9208d12a4fc3691972ad69ed4e40455ba.tar.xz
u-boot: Fix several typos
's/environemnt/environment/' and 's/Environemnt/Environment/' Signed-off-by: Shyam Saini <shyam@amarulasolutions.com>
Diffstat (limited to 'tools/env/fw_env.c')
-rw-r--r--tools/env/fw_env.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
index 0b22345a91..a5d75958e1 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)
{