mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 08:04:07 +02:00
Correct the typo in comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9383 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b45b45b2d2
commit
4e069e8b68
@ -311,7 +311,7 @@ HiiSetToDefaults (
|
|||||||
/**
|
/**
|
||||||
Validate the current configuration by parsing the IFR opcode in HII form.
|
Validate the current configuration by parsing the IFR opcode in HII form.
|
||||||
|
|
||||||
NULL request string support depends on the ExtractConfig interface of
|
NULL request string support depends on the ExportConfig interface of
|
||||||
HiiConfigRouting protocol in the UEFI specification.
|
HiiConfigRouting protocol in the UEFI specification.
|
||||||
|
|
||||||
@param Request A null-terminated Unicode string in
|
@param Request A null-terminated Unicode string in
|
||||||
|
@ -1774,7 +1774,7 @@ InternalHiiIfrValueAction (
|
|||||||
// Its default value and validating can't execute by parsing IFR data.
|
// Its default value and validating can't execute by parsing IFR data.
|
||||||
// Directly jump into the next ConfigAltResp string for another pair Guid, Name, and Path.
|
// Directly jump into the next ConfigAltResp string for another pair Guid, Name, and Path.
|
||||||
//
|
//
|
||||||
Status = EFI_SUCCESS;
|
Status = EFI_SUCCESS;
|
||||||
goto NextConfigAltResp;
|
goto NextConfigAltResp;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2029,7 +2029,7 @@ Done:
|
|||||||
/**
|
/**
|
||||||
Validate the current configuration by parsing HII form IFR opcode.
|
Validate the current configuration by parsing HII form IFR opcode.
|
||||||
|
|
||||||
NULL request string support depends on the ExtractConfig interface of
|
NULL request string support depends on the ExportConfig interface of
|
||||||
HiiConfigRouting protocol in UEFI specification.
|
HiiConfigRouting protocol in UEFI specification.
|
||||||
|
|
||||||
@param Request A null-terminated Unicode string in
|
@param Request A null-terminated Unicode string in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user