summaryrefslogtreecommitdiff
path: root/MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c')
-rw-r--r--MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c b/MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c
index ec883c9e7..d8b7e72db 100644
--- a/MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c
+++ b/MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c
@@ -83,7 +83,7 @@ PciLibConstructor (
@param Address The address that encodes the PCI Bus, Device, Function and
Register.
- @param Width Width of data to read
+ @param Width The width of data to read
@return The value read from the PCI configuration register.
@@ -117,7 +117,7 @@ SmmPciLibPciRootBridgeIoReadWorker (
@param Address The address that encodes the PCI Bus, Device, Function and
Register.
- @param Width Width of data to write
+ @param Width The width of data to write
@param Data The value to write.
@return The value written to the PCI configuration register.