diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-20 01:49:29 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-20 01:49:29 +0000 |
commit | a3ebc85edeb5a85a0caa2b3febf40aab21b883aa (patch) | |
tree | 8b56d8a8af2d5cfcdd8ea45c3ef7ddd0172d776e | |
parent | 5e33ee9452ad8a9521cdc3f128f0980265779c76 (diff) | |
download | edk2-platforms-a3ebc85edeb5a85a0caa2b3febf40aab21b883aa.tar.xz |
fixed one typo in comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9144 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/Protocol/PciPlatform.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/PciPlatform.h b/MdePkg/Include/Protocol/PciPlatform.h index 8885f0188a..761a32afc1 100644 --- a/MdePkg/Include/Protocol/PciPlatform.h +++ b/MdePkg/Include/Protocol/PciPlatform.h @@ -1,8 +1,8 @@ /** @file
This file declares PlatfromOpRom protocols which provides the interface between
the PCI bus driver/PCI Host Bridge Resource Allocation driver and a platform-specific
- driver to describe the unique features of a platform. This
- protocol is optional.
+ driver to describe the unique features of a platform.
+ This protocol is optional.
Copyright (c) 2007 - 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -42,7 +42,7 @@ typedef struct _EFI_PCI_PLATFORM_PROTOCOL EFI_PCI_PLATFORM_PROTOCOL;
///
-/// EFI_PCI_PLATYFORM_POLICY that is a bitmask with the following legal combinations:
+/// EFI_PCI_PLATFORM_POLICY that is a bitmask with the following legal combinations:
/// - EFI_RESERVE_NONE_IO_ALIAS:<BR>
/// Does not set aside either ISA or VGA I/O resources during PCI
/// enumeration. By using this selection, the platform indicates that it does
|