]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Include/Library/ShellLib.h
ShellPkg: Correct a parameter's name
[mirror_edk2.git] / ShellPkg / Include / Library / ShellLib.h
index 2ecc5ee0068b9e49f696c95309e4f50fd06b3ada..78bdcc8c53116ca65c3cae7651d6601b5d93cbef 100644 (file)
@@ -161,7 +161,7 @@ ShellOpenFileByDevicePath(
   otherwise, the Filehandle is NULL. Attributes is valid only for\r
   EFI_FILE_MODE_CREATE.\r
 \r
-  @param[in] FilePath           The pointer to file name.\r
+  @param[in] FileName           The pointer to file name.\r
   @param[out] FileHandle        The pointer to the file handle.\r
   @param[in] OpenMode           The mode to open the file with.\r
   @param[in] Attributes         The file's file attributes.\r
@@ -186,7 +186,7 @@ ShellOpenFileByDevicePath(
 EFI_STATUS\r
 EFIAPI\r
 ShellOpenFileByName(\r
-  IN CONST CHAR16               *FilePath,\r
+  IN CONST CHAR16               *FileName,\r
   OUT SHELL_FILE_HANDLE         *FileHandle,\r
   IN UINT64                     OpenMode,\r
   IN UINT64                     Attributes\r