summaryrefslogtreecommitdiff
path: root/edk2/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2012-11-29 14:09:55 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2012-11-29 14:09:55 +0000
commitefb56459bfd61cce378f5b35cd8a8c6d088799a9 (patch)
tree0e1d6a9aa6c13e44805c8b6960ded5125d31fce5 /edk2/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h
parentb60dc2d3e998a65b6d34bfd852838ea1149f19f9 (diff)
parent939b6e81660592d245a12e69a94a2590fc0eb505 (diff)
Merge branch 'armlt-tracking' of git://git.linaro.org/arm/uefi/uefi-nextlinaro-uefi-2012.11
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'edk2/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h')
-rw-r--r--edk2/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/edk2/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h b/edk2/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h
index 0e206cd50..d4e9746be 100644
--- a/edk2/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h
+++ b/edk2/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h
@@ -246,7 +246,7 @@ struct _DHCP6_INSTANCE {
UINT8 AdPref;
EFI_IPv6_ADDRESS *Unicast;
EFI_STATUS UdpSts;
- BOOLEAN InDestory;
+ BOOLEAN InDestroy;
BOOLEAN MediaPresent;
UINT64 StartTime;
};
@@ -266,7 +266,7 @@ struct _DHCP6_SERVICE {
UINT32 Xid;
LIST_ENTRY Child;
UINTN NumOfChild;
- BOOLEAN InDestory;
+ BOOLEAN InDestroy;
};
/**