Fix the typo in the description of EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY.
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14596 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*++
|
||||
|
||||
Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2008-2013, 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
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@@ -97,7 +97,7 @@ EFI_STATUS
|
||||
parameters specific to the ParameterTypeGuid. This structure
|
||||
is defined based on the protocol and may be different for
|
||||
different protocols. UEFI driver decodes this structure
|
||||
and its contents based on ProtocolGuid. ParameterBlock
|
||||
and its contents based on ParameterTypeGuid. ParameterBlock
|
||||
is allocated by the platform and the platform is responsible
|
||||
for freeing the ParameterBlock after Response is called.
|
||||
ParameterBlockSize - The platform returns the size of the ParameterBlock in bytes.
|
||||
|
Reference in New Issue
Block a user