diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-21 07:26:20 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-21 07:26:20 +0000 |
commit | 9199040cb29991c1ee4259a50cab8dd8f1cc96c2 (patch) | |
tree | 3bafb3b425e55623800c59a1c117caa00b85ca67 /MdePkg/Include/Library/PciExpressLib.h | |
parent | 0fb90682e7103d7f75c17b1b86595eb7f1f49d25 (diff) | |
download | edk2-platforms-9199040cb29991c1ee4259a50cab8dd8f1cc96c2.tar.xz |
Code Scrub of MdePkg/Inlcude/Library
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5533 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/PciExpressLib.h')
-rw-r--r-- | MdePkg/Include/Library/PciExpressLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/PciExpressLib.h b/MdePkg/Include/Library/PciExpressLib.h index de69b810f6..5e70735237 100644 --- a/MdePkg/Include/Library/PciExpressLib.h +++ b/MdePkg/Include/Library/PciExpressLib.h @@ -970,7 +970,7 @@ PciExpressBitFieldAndThenOr32 ( @param Size Size in bytes of the transfer.
@param Buffer Pointer to a buffer receiving the data read.
- @return Size
+ @return Size read daata from StartAddress.
**/
UINTN
@@ -1002,7 +1002,7 @@ PciExpressReadBuffer ( @param Size Size in bytes of the transfer.
@param Buffer Pointer to a buffer containing the data to write.
- @return Size
+ @return Size written to StartAddress.
**/
UINTN
|