Fix the typo for the structure definition of EFI_ADAPTER_INFO_NETWORK_BOOT in AdapterInformation.

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@15187 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Shumin Qiu 2014-01-27 04:54:05 +00:00 committed by shenshushi
parent 6924dbdf39
commit 7771be9fd0

View File

@ -63,7 +63,7 @@ typedef struct {
/// ///
/// TRUE if the adapter supports booting from iSCSI IPv4 targets. /// TRUE if the adapter supports booting from iSCSI IPv4 targets.
/// ///
BOOLEAN iSsciIpv4BootCapablity; BOOLEAN iScsiIpv4BootCapablity;
/// ///
/// TRUE if the adapter supports booting from iSCSI IPv6 targets. /// TRUE if the adapter supports booting from iSCSI IPv6 targets.
/// ///