summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/PciPlatform.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-11 15:38:14 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-11 15:38:14 +0000
commite8b9799c9c48827165ad6b31837e1e4fc319acc3 (patch)
tree624774e04bcf5fa3088405de4ab53719b85160bc /MdePkg/Include/Protocol/PciPlatform.h
parent09b0fdbbb5e24e5465eadd8accb78641234ee238 (diff)
downloadedk2-platforms-e8b9799c9c48827165ad6b31837e1e4fc319acc3.tar.xz
Minor update to remove some Unicode character in public header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9044 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/PciPlatform.h')
-rw-r--r--MdePkg/Include/Protocol/PciPlatform.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/PciPlatform.h b/MdePkg/Include/Protocol/PciPlatform.h
index 4da0933600..c175391944 100644
--- a/MdePkg/Include/Protocol/PciPlatform.h
+++ b/MdePkg/Include/Protocol/PciPlatform.h
@@ -76,9 +76,9 @@ typedef struct _EFI_PCI_PLATFORM_PROTOCOL EFI_PCI_PLATFORM_PROTOCOL;
/// and the aliases of the VGA I/O ranges. By using this selection, the
/// platform indicates that it will support VGA devices that require VGA
/// ranges, including those that require VGA aliases. The platform further
-/// wants to support non-VGA devices that ask for the ISA range (0x100 -
+/// wants to support non-VGA devices that ask for the ISA range (0x100 -
/// 3FF), but not if it also asks for the ISA aliases. The PCI bus driver will
-/// not allocate I/O addresses out of the legacy ISA I/O range (0x100 -
+/// not allocate I/O addresses out of the legacy ISA I/O range (0x100 -
/// 0x3FF) range or the aliases of the VGA I/O range. If a PCI device
/// driver asks for the ISA I/O ranges, including aliases, the request will be
/// turned down. The first device that requests the legacy VGA range will
@@ -334,7 +334,7 @@ struct _EFI_PCI_PLATFORM_PROTOCOL {
///
EFI_PCI_PLATFORM_GET_PLATFORM_POLICY GetPlatformPolicy;
///
- /// Gets the PCI device’s option ROM from a platform-specific location.
+ /// Gets the PCI device's option ROM from a platform-specific location.
///
EFI_PCI_PLATFORM_GET_PCI_ROM GetPciRom;
};