ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArg

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Brendan Jackman <Brendan.Jackman@arm.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15182 6f19259b-4bc3-4df7-8a09-765794883524
diff --git a/ShellPkg/Library/UefiShellLib/UefiShellLib.c b/ShellPkg/Library/UefiShellLib/UefiShellLib.c
index 10c6b59..12c6ea8 100644
--- a/ShellPkg/Library/UefiShellLib/UefiShellLib.c
+++ b/ShellPkg/Library/UefiShellLib/UefiShellLib.c
@@ -1447,8 +1447,8 @@
   Opens a group of files based on a path.

 

   This function uses the Arg to open all the matching files. Each matched

-  file has a SHELL_FILE_ARG structure to record the file information. These

-  structures are placed on the list ListHead. Users can get the SHELL_FILE_ARG

+  file has a SHELL_FILE_INFO structure to record the file information. These

+  structures are placed on the list ListHead. Users can get the SHELL_FILE_INFO

   structures from ListHead to access each file. This function supports wildcards

   and will process '?' and '*' as such.  the list must be freed with a call to

   ShellCloseFileMetaArg().