]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Change single quote to use standard ascii character.
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 1 Jul 2009 18:18:10 +0000 (18:18 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 1 Jul 2009 18:18:10 +0000 (18:18 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8708 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Framework/DataHubRecords.h
IntelFrameworkPkg/Include/Protocol/AcpiS3Save.h

index 951eb6e94f8e35243d97d989b020a996ddfeec25..03c4d8f245c029303335b1926d38a523fd7c5b72 100644 (file)
@@ -802,7 +802,7 @@ typedef struct {
   ///\r
   UINT16                            EndBusNumber;\r
   ///\r
-  /// The type of memory region from the operating system\92s point of view. \r
+  /// The type of memory region from the operating system's point of view. \r
   /// MemoryRegionType values are equivalent to the legacy INT 15 AX = E820 BIOS \r
   /// command values. \r
   ///\r
index 2fb269e60cf8342b8a8d79acba002ded5c866ad3..cb81d1aeeb5337e2dbb7765a11aaa10f14157235 100644 (file)
@@ -74,7 +74,7 @@ EFI_STATUS
   - Get the minimum memory length below 1 MB that is required for the S3 resume boot path.\r
   If LegacyMemoryAddress is NULL, the firmware will be unable to jump into a real-mode\r
   waking vector. However, it might still be able to jump into a flat-mode waking vector as long as the\r
-  OS provides a flat-mode waking vector. It is the caller\92s responsibility to ensure the\r
+  OS provides a flat-mode waking vector. It is the caller's responsibility to ensure the\r
   LegacyMemoryAddress is valid. If the LegacyMemoryAddress is higher than 1 MB,\r
   EFI_INVALID_PARAMETER will be returned.\r
 \r
@@ -97,7 +97,7 @@ EFI_STATUS
 /**\r
   @par Protocol Description:\r
   The EFI_ACPI_S3_SAVE_PROTOCOL is responsible for preparing all the information that the\r
-  Framework needs to restore the platform\92s preboot state during an S3 resume boot. This\r
+  Framework needs to restore the platform's preboot state during an S3 resume boot. This\r
   information can include the following:\r
     - The Framework boot script table, containing all necessary operations to initialize the platform\r
     - ACPI table information, such as RSDT, through which the OS waking vector can be located\r