mirror of https://github.com/acidanthera/audk.git
Update the comments to follow spec update.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15110 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
49bb76ff71
commit
ed95ad4e40
|
@ -4,7 +4,7 @@
|
|||
The EFI_FORM_BROWSER2_PROTOCOL is the interface to call for drivers to
|
||||
leverage the EFI configuration driver interface.
|
||||
|
||||
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials are licensed and made available under
|
||||
the terms and conditions of the BSD License that accompanies this distribution.
|
||||
The full text of the license may be found at
|
||||
|
@ -82,7 +82,7 @@ typedef UINTN EFI_BROWSER_ACTION_REQUEST;
|
|||
|
||||
@param FormSetGuid This field points to the EFI_GUID which must match the Guid field or one of the
|
||||
elements of the ClassId field in the EFI_IFR_FORM_SET op-code. If
|
||||
FormsetGuid is NULL, then this function will display the the form set class
|
||||
FormsetGuid is NULL, then this function will display the form set class
|
||||
EFI_HII_PLATFORM_SETUP_FORMSET_GUID.
|
||||
|
||||
@param FormId This field specifies the identifier of the form within the form set to render as the first
|
||||
|
|
Loading…
Reference in New Issue