summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorShumin Qiu <shumin.qiu@intel.com>2014-01-27 04:54:05 +0000
committershenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>2014-01-27 04:54:05 +0000
commit7771be9fd0b9b3c7f5c0659c416535171de31191 (patch)
tree9091272d1feeb7d3e70827bfecf9c80471c6d375 /MdePkg
parent6924dbdf399fdb807e019932fb83b91fd4170dc3 (diff)
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
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/AdapterInformation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/AdapterInformation.h b/MdePkg/Include/Protocol/AdapterInformation.h
index b9dac1ad7..92316f151 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.
///