[U-Boot] [PATCH] cmd: env: fix a typo in a comment of do_env_set_efi()
AKASHI Takahiro
takahiro.akashi at linaro.org
Fri Oct 4 04:46:25 UTC 2019
A wrong function name is referred to in a comment of do_env_set_efi().
Signed-off-by: AKASHI Takahiro <takahiro.akashi at linaro.org>
---
cmd/nvedit_efi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/nvedit_efi.c b/cmd/nvedit_efi.c
index 795c95be0ef7..d882ecdcbb6e 100644
--- a/cmd/nvedit_efi.c
+++ b/cmd/nvedit_efi.c
@@ -381,7 +381,7 @@ out:
}
/**
- * do_env_print_efi() - set UEFI variable
+ * do_env_set_efi() - set UEFI variable
*
* @cmdtp: Command table
* @flag: Command flag
--
2.21.0
More information about the U-Boot
mailing list