summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-14 08:51:05 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2011-11-14 08:51:05 +0000
commit37d5c6ee2f6283612fb2b12e52bd3fa47e7f4c39 (patch)
treee4ad5386f2ca76253bd1fc6e68178240d894f15f
parent960729473e14c847526af94c430bc38f93105ec7 (diff)
downloadedk2-platforms-37d5c6ee2f6283612fb2b12e52bd3fa47e7f4c39.tar.xz
Update comment for function header.
Signed-off-by: ydong10 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12691 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--ShellPkg/Include/Library/ShellLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Include/Library/ShellLib.h b/ShellPkg/Include/Library/ShellLib.h
index 70006266f4..7d2416d383 100644
--- a/ShellPkg/Include/Library/ShellLib.h
+++ b/ShellPkg/Include/Library/ShellLib.h
@@ -407,8 +407,8 @@ ShellFindFirstFile (
this function will set *NoFile to TRUE and free the buffer.
@param[in] DirHandle The file handle of the directory.
- @param[out] Buffer The pointer to buffer for file's information.
- @param[out] NoFile The pointer to boolean when last file is found.
+ @param[in, out] Buffer The pointer to buffer for file's information.
+ @param[in, out] NoFile The pointer to boolean when last file is found.
@retval EFI_SUCCESS Found the next file.
@retval EFI_NO_MEDIA The device has no media.