From 3efa3f3d05ea3fef964e59aea9b5792cfec348ed Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Tue, 28 Mar 2017 08:53:37 +0800 Subject: [PATCH] ShellPkg/Shell: Make comments align with the function Cc: Chen A Chen Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Ruiyu Ni --- 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 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. -- 2.39.2