From 4a46ebc746a9858802f4a4339ece11db5e04d881 Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Thu, 20 Aug 2009 01:49:29 +0000 Subject: [PATCH] fixed one typo in comments. --- MdePkg/Include/Protocol/PciPlatform.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MdePkg/Include/Protocol/PciPlatform.h b/MdePkg/Include/Protocol/PciPlatform.h index 8885f0188..761a32afc 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:
/// Does not set aside either ISA or VGA I/O resources during PCI /// enumeration. By using this selection, the platform indicates that it does -- 2.11.4.GIT