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 --- tools/env/fw_env.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/env/fw_env.c') 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) { -- cgit v1.2.3