diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 05:52:01 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 05:52:01 +0000 |
commit | 7459094d5f6904a0c8445d97519f4a99b654ef43 (patch) | |
tree | a78d237c7e5252012394581f45efee6577e8173c /IntelFrameworkPkg/Library/DxeIoLibCpuIo | |
parent | 2a254b9046b5f33d0495a3e28deaff48cc64a76e (diff) | |
download | edk2-platforms-7459094d5f6904a0c8445d97519f4a99b654ef43.tar.xz |
Fix typo in comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5109 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Library/DxeIoLibCpuIo')
-rw-r--r-- | IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h | 3 | ||||
-rw-r--r-- | IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h index 3f71fa6304..23ce633b1d 100644 --- a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h +++ b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h @@ -109,7 +109,8 @@ MmioReadWorker ( @param Address The MMIO register to read.
The caller is responsible for aligning the Address if required.
@param Width The width of the I/O operation.
-
+ @param Data The value to write to the I/O port.
+
@return Data read from registers in the EFI system memory space.
**/
diff --git a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c index 808933f3fa..57a2335571 100644 --- a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c +++ b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c @@ -168,7 +168,8 @@ MmioReadWorker ( @param Address The MMIO register to read.
The caller is responsible for aligning the Address if required.
@param Width The width of the I/O operation.
-
+ @param Data The value to write to the I/O port.
+
@return Data read from registers in the EFI system memory space.
**/
|