Update code comments to specify the correct language format for Driver Diagnostics Protocol and Unicode Collation Protocol.
Signed-off-by: lgao4 Reviewed-by: mdkinney Reviewed-by: vanjeff git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12825 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -179,8 +179,9 @@ struct _EFI_UNICODE_COLLATION_PROTOCOL {
|
||||
EFI_UNICODE_COLLATION_STRTOFAT StrToFat;
|
||||
|
||||
///
|
||||
/// A Null-terminated ASCII string array that contains one or more
|
||||
/// language codes. This array is specified in RFC 4646 format.
|
||||
/// A Null-terminated ASCII string array that contains one or more language codes.
|
||||
/// When this field is used for UnicodeCollation2, it is specified in RFC 4646 format.
|
||||
/// When it is used for UnicodeCollation, it is specified in ISO 639-2 format.
|
||||
///
|
||||
CHAR8 *SupportedLanguages;
|
||||
};
|
||||
|
Reference in New Issue
Block a user