mirror of https://github.com/acidanthera/audk.git
update the comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11140 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e07404fe3c
commit
3ddc4cf20f
|
@ -852,7 +852,7 @@ Ip4ConfigDeviceInit (
|
|||
}
|
||||
|
||||
//
|
||||
// Append MAC string in the menu string and tile string
|
||||
// Append MAC string in the menu help string and tile help string
|
||||
//
|
||||
Status = NetLibGetMacString (Instance->Controller, Instance->Image, &MacString);
|
||||
if (!EFI_ERROR (Status)) {
|
||||
|
|
|
@ -527,7 +527,7 @@ InstallVlanConfigForm (
|
|||
PrivateData->HiiHandle = HiiHandle;
|
||||
|
||||
//
|
||||
// Update formset title
|
||||
// Update formset title help string.
|
||||
//
|
||||
MacString = NULL;
|
||||
Status = NetLibGetMacString (PrivateData->ControllerHandle, PrivateData->ImageHandle, &MacString);
|
||||
|
@ -547,7 +547,7 @@ InstallVlanConfigForm (
|
|||
);
|
||||
|
||||
//
|
||||
// Update form title
|
||||
// Update form title help string.
|
||||
//
|
||||
HiiSetString (
|
||||
HiiHandle,
|
||||
|
|
Loading…
Reference in New Issue