X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FComponentName2.h;h=2dfdf2f2b296680ac8e9dd605ca0ea1266b4b0fb;hp=8da532d6eb8ca2cc127be6dfafc97be08f1d5ffe;hb=7eb05636e7edcad6958f8d4d36f073ea64edc919;hpb=981b0f90d19c1bdab1c8ac0525e84c6a66c97866 diff --git a/MdePkg/Include/Protocol/ComponentName2.h b/MdePkg/Include/Protocol/ComponentName2.h index 8da532d6eb..2dfdf2f2b2 100644 --- a/MdePkg/Include/Protocol/ComponentName2.h +++ b/MdePkg/Include/Protocol/ComponentName2.h @@ -40,7 +40,7 @@ typedef struct _EFI_COMPONENT_NAME2_PROTOCOL EFI_COMPONENT_NAME2_PROTOCOL; languages specified in SupportedLanguages. The number of languages supported by a driver is up to the driver writer. Language - is specified in RFC 3066 language code + is specified in RFC 4646 language code format. @param DriverName A pointer to the Unicode string to return. @@ -103,7 +103,7 @@ EFI_STATUS SupportedLanguages. The number of languages supported by a driver is up to the driver writer. Language is - specified in RFC 3066 language code + specified in RFC 4646 language code format. @param ControllerName A pointer to the Unicode string to @@ -164,7 +164,7 @@ struct _EFI_COMPONENT_NAME2_PROTOCOL { /// supported language codes. This is the list of language codes that /// this protocol supports. The number of languages supported by a /// driver is up to the driver writer. SupportedLanguages is - /// specified in RFC 3066 format. + /// specified in RFC 4646 format. /// CHAR8 *SupportedLanguages; };