]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update code comments to specify the correct language format for Driver Diagnostics...
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 7 Dec 2011 01:35:05 +0000 (01:35 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 7 Dec 2011 01:35:05 +0000 (01:35 +0000)
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

MdePkg/Include/Protocol/DriverDiagnostics.h
MdePkg/Include/Protocol/UnicodeCollation.h

index 8acb27e52cdf804c01444b654b22d93eb70b4bf9..36a2cc2826838695c8eb7effb0c1a707da52b372 100644 (file)
@@ -114,7 +114,7 @@ EFI_STATUS
 struct _EFI_DRIVER_DIAGNOSTICS_PROTOCOL {\r
   EFI_DRIVER_DIAGNOSTICS_RUN_DIAGNOSTICS  RunDiagnostics;\r
   ///\r
-  /// A Null-terminated ASCII string that contains one or more RFC 4646\r
+  /// A Null-terminated ASCII string that contains one or more ISO 639-2\r
   /// language codes.  This is the list of language codes that this protocol supports.  \r
   ///  \r
   CHAR8                                   *SupportedLanguages;\r
index f45c9ead0eaac0cbe75e0f2ab21d69bed2398daf..e9eef61210f054d3ae1780ab34c98e02f31289c8 100644 (file)
@@ -179,8 +179,9 @@ struct _EFI_UNICODE_COLLATION_PROTOCOL {
   EFI_UNICODE_COLLATION_STRTOFAT    StrToFat;\r
   \r
   ///\r
-  /// A Null-terminated ASCII string array that contains one or more \r
-  /// language codes. This array is specified in RFC 4646 format.\r
+  /// A Null-terminated ASCII string array that contains one or more language codes.\r
+  /// When this field is used for UnicodeCollation2, it is specified in RFC 4646 format.\r
+  /// When it is used for UnicodeCollation, it is specified in ISO 639-2 format.\r
   ///\r
   CHAR8                             *SupportedLanguages;\r
 };\r