]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Uefi/UefiBaseType.h
add:
[mirror_edk2.git] / MdePkg / Include / Uefi / UefiBaseType.h
index d4f4edc8aef9cd4fd90339f4149e1fda77d83590..c500a0fc1f3cb9862b0063268cae3a446cacb13c 100644 (file)
@@ -18,7 +18,7 @@
 #include <Base.h>\r
 \r
 //\r
-// Basical data type definitions introduced in UEFI.\r
+// Basic data type definitions introduced in UEFI.\r
 //\r
 \r
 ///\r
@@ -177,12 +177,6 @@ typedef union {
 \r
 #define EFI_PAGES_TO_SIZE(a)   ( (a) << EFI_PAGE_SHIFT)\r
 \r
-///\r
-/// Limited buffer size for a language code recommended by RFC3066\r
-/// (42 characters plus a NULL terminator)\r
-///\r
-#define RFC_3066_ENTRY_SIZE             (42 + 1)\r
-\r
 ///\r
 /// PE32+ Machine type for IA32 UEFI images\r
 ///\r
@@ -228,9 +222,9 @@ typedef union {
 #elif defined (MDE_CPU_EBC)\r
 \r
 ///\r
-/// This is just to make sure you can cross compile with the EBC compiiler.\r
+/// This is just to make sure you can cross compile with the EBC compiler.\r
 /// It does not make sense to have a PE loader coded in EBC. You need to \r
-/// understand the basic \r
+/// understand the basic.\r
 ///\r
 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) ((Machine) == EFI_IMAGE_MACHINE_EBC)\r
 \r