]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update comment for function header.
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 14 Nov 2011 08:51:05 +0000 (08:51 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 14 Nov 2011 08:51:05 +0000 (08:51 +0000)
Signed-off-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12691 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Include/Library/ShellLib.h

index 70006266f4c3be2d7d2aebdc37020d2b130a582f..7d2416d38337bf6a8abff6cb956de399b2eba29c 100644 (file)
@@ -407,8 +407,8 @@ ShellFindFirstFile (
   this function will set *NoFile to TRUE and free the buffer.\r
 \r
   @param[in]  DirHandle         The file handle of the directory.\r
-  @param[out] Buffer            The pointer to buffer for file's information.\r
-  @param[out] NoFile            The pointer to boolean when last file is found.\r
+  @param[in, out] Buffer        The pointer to buffer for file's information.\r
+  @param[in, out] NoFile        The pointer to boolean when last file is found.\r
 \r
   @retval EFI_SUCCESS           Found the next file.\r
   @retval EFI_NO_MEDIA          The device has no media.\r