mirror of https://github.com/acidanthera/audk.git
Correct comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8149 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
80267d51f8
commit
b9e388d2d5
|
@ -1221,7 +1221,7 @@ ParseOpCodes (
|
|||
|
||||
case EFI_IFR_RESET_BUTTON_OP:
|
||||
//
|
||||
// Create Statement todo
|
||||
// Create Statement
|
||||
//
|
||||
CurrentStatement = CreateStatement (OpCodeData, FormSet, CurrentForm);
|
||||
CopyMem (&CurrentStatement->DefaultId, &((EFI_IFR_RESET_BUTTON *) OpCodeData)->DefaultId, sizeof (EFI_DEFAULT_ID));
|
||||
|
@ -1637,7 +1637,7 @@ ParseOpCodes (
|
|||
|
||||
case EFI_IFR_EXTEND_OP_BANNER:
|
||||
//
|
||||
// By SubClass or By ClassGuid to get Banner Data?
|
||||
// By SubClass to get Banner Data from Front Page
|
||||
//
|
||||
if (FormSet->SubClass == EFI_FRONT_PAGE_SUBCLASS) {
|
||||
CopyMem (
|
||||
|
|
Loading…
Reference in New Issue