]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Retire RFC_3066_ENTRY_SIZE definition.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 27 Mar 2009 03:24:33 +0000 (03:24 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 27 Mar 2009 03:24:33 +0000 (03:24 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7965 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Uefi/UefiBaseType.h

index d4f4edc8aef9cd4fd90339f4149e1fda77d83590..405e9bbed383cf1941e17c53a006a5ceaef08021 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,7 +222,7 @@ 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
 ///\r