]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot option...
[mirror_edk2.git] / MdeModulePkg / Library / DxeUdpIoLib / DxeUdpIoLib.c
index bb3955949c4cc0972ee9582ff6a3e32c8a1522c7..e1d72f3f1c68929721a7ce4a56b918951ffc9f11 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Help functions to access UDP service, it is used by both the DHCP and MTFTP.\r
 \r
-Copyright (c) 2005 - 2009, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2005 - 2012, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at<BR>\r
@@ -804,7 +804,7 @@ UdpIoFreeIo (
     }\r
 \r
     //\r
-    // Close then destory the Udp4 child\r
+    // Close then destroy the Udp4 child\r
     //\r
     gBS->CloseProtocol (\r
            UdpIo->UdpHandle,\r
@@ -827,7 +827,7 @@ UdpIoFreeIo (
     }\r
 \r
     //\r
-    // Close then destory the Udp6 child\r
+    // Close then destroy the Udp6 child\r
     //\r
     gBS->CloseProtocol (\r
            UdpIo->UdpHandle,\r