diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-30 05:32:11 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-30 05:32:11 +0000 |
commit | 0254efc01e461445240512ae1a1c2fc48ed2f70e (patch) | |
tree | f6ee29f1c4d11434b1385ff3f2e0cf61ebd9504c /MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h | |
parent | 7eb05636e7edcad6958f8d4d36f073ea64edc919 (diff) | |
download | edk2-platforms-0254efc01e461445240512ae1a1c2fc48ed2f70e.tar.xz |
Replace references to RFC 3066 with RFC 4646.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8212 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h')
-rw-r--r-- | MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h b/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h index d0d0d52a25..6b0d73438d 100644 --- a/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h +++ b/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h @@ -188,7 +188,7 @@ PartitionDriverBindingStop ( languages specified in SupportedLanguages. The
number of languages supported by a driver is up
to the driver writer. Language is specified
- in RFC 3066 or ISO 639-2 language code format.
+ in RFC 4646 or ISO 639-2 language code format.
@param DriverName[out] A pointer to the Unicode string to return.
This Unicode string is the name of the
@@ -253,7 +253,7 @@ PartitionComponentNameGetDriverName ( languages specified in SupportedLanguages. The
number of languages supported by a driver is up
to the driver writer. Language is specified in
- RFC 3066 or ISO 639-2 language code format.
+ RFC 4646 or ISO 639-2 language code format.
@param ControllerName[out] A pointer to the Unicode string to return.
This Unicode string is the name of the
|