diff options
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | 2019-10-04 13:46:25 +0900 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-10-06 16:02:37 +0200 |
commit | 6810caf856ba68e124e4f8f9a522996a45f5232d (patch) | |
tree | 530cd166995645f7946d3ddf509e3ce550b83fef /cmd | |
parent | e5d8971bfda1f0d224ebf00118b20e0a294c7732 (diff) | |
download | u-boot-6810caf856ba68e124e4f8f9a522996a45f5232d.zip u-boot-6810caf856ba68e124e4f8f9a522996a45f5232d.tar.gz u-boot-6810caf856ba68e124e4f8f9a522996a45f5232d.tar.bz2 |
cmd: env: fix a typo in a comment of do_env_set_efi()
A wrong function name is referred to in a comment of do_env_set_efi().
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/nvedit_efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/nvedit_efi.c b/cmd/nvedit_efi.c index ed6d09a..ede4cd5 100644 --- a/cmd/nvedit_efi.c +++ b/cmd/nvedit_efi.c @@ -330,7 +330,7 @@ out: } /** - * do_env_print_efi() - set UEFI variable + * do_env_set_efi() - set UEFI variable * * @cmdtp: Command table * @flag: Command flag |