ShellPkg/Shell: Make comments align with the function

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>
This commit is contained in:
Dandan Bi 2017-03-28 08:53:37 +08:00 committed by Hao Wu
parent 13425af7d8
commit 3efa3f3d05
1 changed files with 2 additions and 2 deletions

View File

@ -1136,8 +1136,8 @@ ProcessCommandLine(
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.