Fix PxeBcDhcp6.c comments since official UEFI 2.3 Errata D spec is published.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11060 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
hhuan13 2010-11-16 07:52:05 +00:00
parent d0bf0f8872
commit c01fa59094
1 changed files with 2 additions and 3 deletions

View File

@ -256,9 +256,8 @@ PxeBcExtractBootFileUrl (
//
//
// Based upon RFC 5970 and UEFI errata that will appear in chapter 21.3 of UEFI 2.3
// specification after 2.3 errata B and future UEFI Specifications after 2.3.
// tftp://[SERVER_ADDRESS]/BOOTFILE_NAME
// Based upon RFC 5970 and UEFI 2.3 Errata D specification, bootfile-url format
// is tftp://[SERVER_ADDRESS]/BOOTFILE_NAME
// As an example where the BOOTFILE_NAME is the EFI loader and
// SERVER_ADDRESS is the ASCII encoding of an IPV6 address.
//