From 7771be9fd0b9b3c7f5c0659c416535171de31191 Mon Sep 17 00:00:00 2001 From: Shumin Qiu Date: Mon, 27 Jan 2014 04:54:05 +0000 Subject: Fix the typo for the structure definition of EFI_ADAPTER_INFO_NETWORK_BOOT in AdapterInformation. Signed-off-by: Shumin Qiu Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15187 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/AdapterInformation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdePkg/Include/Protocol') diff --git a/MdePkg/Include/Protocol/AdapterInformation.h b/MdePkg/Include/Protocol/AdapterInformation.h index b9dac1ad7d..92316f1511 100644 --- a/MdePkg/Include/Protocol/AdapterInformation.h +++ b/MdePkg/Include/Protocol/AdapterInformation.h @@ -63,7 +63,7 @@ typedef struct { /// /// TRUE if the adapter supports booting from iSCSI IPv4 targets. /// - BOOLEAN iSsciIpv4BootCapablity; + BOOLEAN iScsiIpv4BootCapablity; /// /// TRUE if the adapter supports booting from iSCSI IPv6 targets. /// -- cgit v1.2.3