diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-04 13:39:18 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-04 13:39:18 +0000 |
commit | ad400b07b8ab766b5fc601b929aaebc4a60dc05d (patch) | |
tree | 3b14d5530a59ba0cb9385bba3fb7440ac9cabdb8 /MdePkg/Library/BasePciLibCf8 | |
parent | 8ea58c070785281087061b0f706b03cf873949c7 (diff) | |
download | edk2-platforms-ad400b07b8ab766b5fc601b929aaebc4a60dc05d.tar.xz |
Update MDE Library instances according to code review comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5823 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePciLibCf8')
-rw-r--r-- | MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf b/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf index be28249f3a..25b9ff958e 100644 --- a/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf +++ b/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf @@ -1,5 +1,5 @@ #/** @file
-# This driver implements one PCI Library instance based on PCI CF8 Library.
+# This module implements one PCI Library instance based on PCI CF8 Library.
#
# PCI Library that uses I/O ports 0xCF8 and 0xCFC to perform
# PCI Configuration cycles. Layers on top of one PCI CF8 Library instance.
|