1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 17:52:07 +02:00

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>
This commit is contained in:
AKASHI Takahiro
2019-10-04 13:46:25 +09:00
committed by Heinrich Schuchardt
parent e5d8971bfd
commit 6810caf856

View File

@@ -330,7 +330,7 @@ out:
} }
/** /**
* do_env_print_efi() - set UEFI variable * do_env_set_efi() - set UEFI variable
* *
* @cmdtp: Command table * @cmdtp: Command table
* @flag: Command flag * @flag: Command flag