summaryrefslogtreecommitdiff
path: root/edk2/NetworkPkg/Ip6Dxe/Ip6Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'edk2/NetworkPkg/Ip6Dxe/Ip6Driver.h')
-rw-r--r--edk2/NetworkPkg/Ip6Dxe/Ip6Driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/edk2/NetworkPkg/Ip6Dxe/Ip6Driver.h b/edk2/NetworkPkg/Ip6Dxe/Ip6Driver.h
index 48ffe7b06..4a23d836b 100644
--- a/edk2/NetworkPkg/Ip6Dxe/Ip6Driver.h
+++ b/edk2/NetworkPkg/Ip6Dxe/Ip6Driver.h
@@ -1,7 +1,7 @@
/** @file
The driver binding and service binding protocol for IP6 driver.
- Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2012, 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
@@ -24,7 +24,7 @@ extern EFI_COMPONENT_NAME2_PROTOCOL gIp6ComponentName2;
Clean up an IP6 service binding instance. It releases all
the resource allocated by the instance. The instance may be
partly initialized, or partly destroyed. If a resource is
- destroyed, it is marked as that in case the destory failed and
+ destroyed, it is marked as that in case the destroy failed and
being called again later.
@param[in] IpSb The IP6 service binding instance to clean up.