]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Smbios.h
Remove some non-ascii code in header file and fix some minor typos in comments.
[mirror_edk2.git] / MdePkg / Include / Protocol / Smbios.h
index 2a8fafbce7b0a8fa986eb1f7d3c30d7addc44aac..48d4803802bb7a8cd6e0de4f6447a85161de7ad6 100644 (file)
@@ -83,7 +83,7 @@
 /// the formatted portion of the structure. This method of returning string information eliminates the need for\r
 /// application software to deal with pointers embedded in the SMBIOS structure. Each string is terminated with a null\r
 /// (00h) BYTE and the set of strings is terminated with an additional null (00h) BYTE. When the formatted portion of\r
-/// a SMBIOS structure references a string, it does so by specifying a non-zero string number within the structures\r
+/// a SMBIOS structure references a string, it does so by specifying a non-zero string number within the structure's\r
 /// string-set. For example, if a string field contains 02h, it references the second string following the formatted portion\r
 /// of the SMBIOS structure. If a string field references no string, a null (0) is placed in that string field. If the\r
 /// formatted portion of the structure contains string-reference fields and all the string fields are set to 0 (no string\r
@@ -98,7 +98,7 @@ typedef UINT8  EFI_SMBIOS_STRING;
 typedef UINT8  EFI_SMBIOS_TYPE;\r
 \r
 ///\r
-/// Specifies the structures handle, a unique 16-bit number in the range 0 to 0FFFEh (for version\r
+/// Specifies the structure's handle, a unique 16-bit number in the range 0 to 0FFFEh (for version\r
 /// 2.0) or 0 to 0FEFFh (for version 2.1 and later). The handle can be used with the Get SMBIOS\r
 /// Structure function to retrieve a specific structure; the handle numbers are not required to be\r
 /// contiguous. For v2.1 and later, handle values in the range 0FF00h to 0FFFFh are reserved for\r