Cc: Chen A Chen <chen.a.c...@intel.com>
Cc: Ruiyu Ni <ruiyu...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan...@intel.com>
---
 ShellPkg/Application/Shell/Shell.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ShellPkg/Application/Shell/Shell.c 
b/ShellPkg/Application/Shell/Shell.c
index dfcbfb8..5a941aa 100644
--- a/ShellPkg/Application/Shell/Shell.c
+++ b/ShellPkg/Application/Shell/Shell.c
@@ -1134,12 +1134,12 @@ ProcessCommandLine(
 /**
   Function try to find location of the Startup.nsh file.
   
   The buffer is callee allocated and should be freed by the caller.
 
-  @param    ImagePath             The path to the image for shell.  first 
place to look for the startup script
-  @param    FilePath              The path to the file for shell.  second 
place to look for the startup script.
+  @param    ImageDevicePath       The path to the image for shell.  first 
place to look for the startup script
+  @param    FileDevicePath        The path to the file for shell.  second 
place to look for the startup script.
 
   @retval   NULL                  No Startup.nsh file was found.
   @return   !=NULL                Pointer to NULL-terminated path.
 **/
 CHAR16 *
-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to