]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Minor update to remove some Unicode character in public header file.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Aug 2009 15:38:14 +0000 (15:38 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Aug 2009 15:38:14 +0000 (15:38 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9044 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/MpService.h
MdePkg/Include/Protocol/PciPlatform.h

index cdbbfd8a9d41c18bfa104eeae70a71d41395d298..390ad0a97fdd45d30b1b9839ae74c1a89bb2b6f6 100644 (file)
@@ -290,7 +290,7 @@ EFI_STATUS
        FailedCpuList is set to NULL. If not all APs return from Procedure before \r
        the timeout, then FailedCpuList is filled in with the list of the failed \r
        APs. The buffer is allocated by MP Service Protocol using AllocatePool(). \r
        FailedCpuList is set to NULL. If not all APs return from Procedure before \r
        the timeout, then FailedCpuList is filled in with the list of the failed \r
        APs. The buffer is allocated by MP Service Protocol using AllocatePool(). \r
-       It is the caller\92s responsibility to free the buffer with FreePool() service.\r
+       It is the caller's responsibility to free the buffer with FreePool() service.\r
     -# This invocation of SignalEvent() function informs the caller that invoked\r
        EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() that either all the APs completed\r
        the specified task or a timeout occurred. The contents of FailedCpuList \r
     -# This invocation of SignalEvent() function informs the caller that invoked\r
        EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() that either all the APs completed\r
        the specified task or a timeout occurred. The contents of FailedCpuList \r
index 4da0933600594ad736cdea27f62debaa32a6a950..c1753919446c47c3f8aa4ace838b6d610816341f 100644 (file)
@@ -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\r
 ///       platform indicates that it will support VGA devices that require VGA\r
 ///       ranges, including those that require VGA aliases. The platform further\r
 ///       and the aliases of the VGA I/O ranges. By using this selection, the\r
 ///       platform indicates that it will support VGA devices that require VGA\r
 ///       ranges, including those that require VGA aliases. The platform further\r
-///       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 -\r
 ///       3FF), but not if it also asks for the ISA aliases. The PCI bus driver will\r
 ///       3FF), but not if it also asks for the ISA aliases. The PCI bus driver will\r
-///       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 -\r
 ///       0x3FF) range or the aliases of the VGA I/O range. If a PCI device\r
 ///       driver asks for the ISA I/O ranges, including aliases, the request will be\r
 ///       turned down. The first device that requests the legacy VGA range will\r
 ///       0x3FF) range or the aliases of the VGA I/O range. If a PCI device\r
 ///       driver asks for the ISA I/O ranges, including aliases, the request will be\r
 ///       turned down. The first device that requests the legacy VGA range will\r
@@ -334,7 +334,7 @@ struct _EFI_PCI_PLATFORM_PROTOCOL {
   ///\r
   EFI_PCI_PLATFORM_GET_PLATFORM_POLICY   GetPlatformPolicy;\r
   ///\r
   ///\r
   EFI_PCI_PLATFORM_GET_PLATFORM_POLICY   GetPlatformPolicy;\r
   ///\r
-  /// Gets the PCI device\92s option ROM from a platform-specific location.\r
+  /// Gets the PCI device's option ROM from a platform-specific location.\r
   ///\r
   EFI_PCI_PLATFORM_GET_PCI_ROM           GetPciRom;\r
 };\r
   ///\r
   EFI_PCI_PLATFORM_GET_PCI_ROM           GetPciRom;\r
 };\r