X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FTcpDxe%2FSocket.h;h=9e2d907150d5eef1158f5bf65df1551d9cbfad10;hp=a00625244e563c92d31179064f23c0b8befa1797;hb=75dce340624dba5e4a79b2e5b2dbe943bae0d0e9;hpb=e98e59c237e17f064a4ecffb39d45499f89720a1 diff --git a/NetworkPkg/TcpDxe/Socket.h b/NetworkPkg/TcpDxe/Socket.h index a00625244e..9e2d907150 100644 --- a/NetworkPkg/TcpDxe/Socket.h +++ b/NetworkPkg/TcpDxe/Socket.h @@ -1,7 +1,7 @@ /** @file Common head file for TCP socket. - Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -696,7 +696,7 @@ SockCreateChild ( ); /** - Destory the socket Sock and its associated protocol control block. + Destroy the socket Sock and its associated protocol control block. @param[in, out] Sock The socket to be destroyed.