summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2017-03-28 08:53:37 +0800
committerHao Wu <hao.a.wu@intel.com>2017-03-28 15:01:53 +0800
commit3efa3f3d05ea3fef964e59aea9b5792cfec348ed (patch)
tree0d8d9a6b484689be2a9992dcfda92ddadf9e3a44 /ShellPkg/Application
parent13425af7d8242786a26aac213b5869c708858a23 (diff)
downloadedk2-3efa3f3d05ea3fef964e59aea9b5792cfec348ed.tar.gz
edk2-3efa3f3d05ea3fef964e59aea9b5792cfec348ed.tar.bz2
edk2-3efa3f3d05ea3fef964e59aea9b5792cfec348ed.zip
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>
Diffstat (limited to 'ShellPkg/Application')
-rw-r--r--ShellPkg/Application/Shell/Shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Application/Shell/Shell.c b/ShellPkg/Application/Shell/Shell.c
index dfcbfb8964..5a941aabd0 100644
--- a/ShellPkg/Application/Shell/Shell.c
+++ b/ShellPkg/Application/Shell/Shell.c
@@ -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.