summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePciLibCf8/PciLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BasePciLibCf8/PciLib.c')
-rw-r--r--MdePkg/Library/BasePciLibCf8/PciLib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BasePciLibCf8/PciLib.c b/MdePkg/Library/BasePciLibCf8/PciLib.c
index af71b88..d82bfe2 100644
--- a/MdePkg/Library/BasePciLibCf8/PciLib.c
+++ b/MdePkg/Library/BasePciLibCf8/PciLib.c
@@ -54,7 +54,7 @@ PciRead8 (
@param Address Address that encodes the PCI Bus, Device, Function and
Register.
- @param Value The value to write.
+ @param Data The value to write.
@return The value written to the PCI configuration register.
@@ -382,7 +382,7 @@ PciRead16 (
@param Address Address that encodes the PCI Bus, Device, Function and
Register.
- @param Value The value to write.
+ @param Data The value to write.
@return The value written to the PCI configuration register.
@@ -710,7 +710,7 @@ PciRead32 (
@param Address Address that encodes the PCI Bus, Device, Function and
Register.
- @param Value The value to write.
+ @param Data The value to write.
@return The value written to the PCI configuration register.