diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-26 06:57:44 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-26 06:57:44 +0000 |
commit | 9638ba6d3f663ba64cb06193f22bc5c70356da64 (patch) | |
tree | ae67cc0a06f2792b3f0c4adf5bbb1b1fb4b9f662 /MdePkg/Library/BasePciCf8Lib | |
parent | 122e21915101b8f38d81edc6d4f1fd1dd353e28a (diff) | |
download | edk2-platforms-9638ba6d3f663ba64cb06193f22bc5c70356da64.tar.xz |
Synchronize function comment in h file
with c file instance of this functions in MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6732 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePciCf8Lib')
-rw-r--r-- | MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c b/MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c index d6bc180b8b..40ef57391e 100644 --- a/MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c +++ b/MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c @@ -1316,7 +1316,7 @@ PciCf8BitFieldAndThenOr32( @param Size Size in bytes of the transfer.
@param Buffer Pointer to a buffer receiving the data read.
- @return Size
+ @return Size read from StartAddress.
**/
UINTN
@@ -1416,7 +1416,7 @@ PciCf8ReadBuffer ( @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
|