X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FUnicodeCollation.h;h=f45c9ead0eaac0cbe75e0f2ab21d69bed2398daf;hb=4f0779023cb4f633425a6fa8df747326336f2077;hp=1a79af6a39dc80e7cf1c8803e41c77fb72cbc4da;hpb=8052c4a2b9e0c3575e912e5867cd0d7c2669c925;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/UnicodeCollation.h b/MdePkg/Include/Protocol/UnicodeCollation.h index 1a79af6a39..f45c9ead0e 100644 --- a/MdePkg/Include/Protocol/UnicodeCollation.h +++ b/MdePkg/Include/Protocol/UnicodeCollation.h @@ -3,7 +3,7 @@ This protocol is used to allow code running in the boot services environment to perform lexical comparison functions on Unicode strings for given languages. -Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. The full text of the license may be found at @@ -125,7 +125,7 @@ VOID @param This A pointer to the EFI_UNICODE_COLLATION_PROTOCOL instance. @param FatSize The size of the string Fat in bytes. @param Fat A pointer to a Null-terminated string that contains an 8.3 file - name using an OEM character set. + name using an 8-bit OEM character set. @param String A pointer to a Null-terminated string. The string must be allocated in advance to hold FatSize characters.