]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg/Shell: Make comments align with the function
authorDandan Bi <dandan.bi@intel.com>
Tue, 28 Mar 2017 00:53:37 +0000 (08:53 +0800)
committerHao Wu <hao.a.wu@intel.com>
Tue, 28 Mar 2017 07:01:53 +0000 (15:01 +0800)
Cc: Chen A Chen <chen.a.chen@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
ShellPkg/Application/Shell/Shell.c

index dfcbfb89645373e50913eb6d0a6082898293ba66..5a941aabd0c9f8bc7da7a78a33ebfe634456dea9 100644 (file)
@@ -1136,8 +1136,8 @@ ProcessCommandLine(
   \r
   The buffer is callee allocated and should be freed by the caller.\r
 \r
-  @param    ImagePath             The path to the image for shell.  first place to look for the startup script\r
-  @param    FilePath              The path to the file for shell.  second place to look for the startup script.\r
+  @param    ImageDevicePath       The path to the image for shell.  first place to look for the startup script\r
+  @param    FileDevicePath        The path to the file for shell.  second place to look for the startup script.\r
 \r
   @retval   NULL                  No Startup.nsh file was found.\r
   @return   !=NULL                Pointer to NULL-terminated path.\r