diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-09 02:52:04 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-09 02:52:04 +0000 |
commit | 969ebd263bb9a46943dbac8c6a5fb650b21af28e (patch) | |
tree | df061d52a7fac1915fcc51d7b9e49164f8615e22 /NetworkPkg | |
parent | 3ddc4cf20f3d96ce360b2dd7c6b13a264c178734 (diff) | |
download | edk2-platforms-969ebd263bb9a46943dbac8c6a5fb650b21af28e.tar.xz |
update the comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11141 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg')
-rw-r--r-- | NetworkPkg/Ip6Dxe/Ip6ConfigNv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Ip6Dxe/Ip6ConfigNv.c b/NetworkPkg/Ip6Dxe/Ip6ConfigNv.c index 8ee756e201..ef5ea2e13a 100644 --- a/NetworkPkg/Ip6Dxe/Ip6ConfigNv.c +++ b/NetworkPkg/Ip6Dxe/Ip6ConfigNv.c @@ -2010,7 +2010,7 @@ Ip6ConfigFormInit ( }
//
- // Append MAC string in the menu string and tile string
+ // Append MAC string in the menu help string and tile help string
//
Status = NetLibGetMacString (IpSb->Controller, IpSb->Image, &MacString);
if (!EFI_ERROR (Status)) {
|