diff options
author | AKASHI Takahiro | 2019-10-04 13:46:25 +0900 |
---|---|---|
committer | Heinrich Schuchardt | 2019-10-06 16:02:37 +0200 |
commit | 6810caf856ba68e124e4f8f9a522996a45f5232d (patch) | |
tree | 530cd166995645f7946d3ddf509e3ce550b83fef /cmd/nvedit_efi.c | |
parent | e5d8971bfda1f0d224ebf00118b20e0a294c7732 (diff) |
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/nvedit_efi.c')
-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 ed6d09a5304..ede4cd5235e 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 |