X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FEbl%2FDir.c;fp=EmbeddedPkg%2FEbl%2FDir.c;h=5e28ecf61a0bbd3a28b4ce371a2bded406669006;hp=3bd072d584d801074012e42ea705ff493564dd01;hb=7ca9e5a4010b0e16231173dfc1918685ffc3a1dd;hpb=573d7e468eb83505a20ae3f828b67599cda23b3d diff --git a/EmbeddedPkg/Ebl/Dir.c b/EmbeddedPkg/Ebl/Dir.c index 3bd072d584..5e28ecf61a 100644 --- a/EmbeddedPkg/Ebl/Dir.c +++ b/EmbeddedPkg/Ebl/Dir.c @@ -51,12 +51,12 @@ GLOBAL_REMOVE_IF_UNREFERENCED CHAR8 *gFvFileType[] = { dir fs1:\efi *.efi; perform a dir on fs1: device in the efi directory but only print out files that contain the string *.efi dir fv1:\ ; perform a dir on fv1: device in the efi directory - NOTE: fv devices do not contian subdirs + NOTE: fv devices do not contain subdirs dir fv1:\ * PEIM ; will match all files of type PEIM @param Argc Number of command arguments in Argv @param Argv Array of strings that represent the parsed command line. - Argv[0] is the comamnd name + Argv[0] is the command name @return EFI_SUCCESS @@ -301,7 +301,7 @@ Done: @param Argc Number of command arguments in Argv @param Argv Array of strings that represent the parsed command line. - Argv[0] is the comamnd name + Argv[0] is the command name @return EFI_SUCCESS