]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Udp6Dxe/Udp6Impl.h
UefiCpuPkg/MpInitLib: Add out attribute for parameter.
[mirror_edk2.git] / NetworkPkg / Udp6Dxe / Udp6Impl.h
index ff59e80cd4ed7f77aab92a230b78abdf2f23e9bc..55a4b8a909bec281228779d567ef0e55441d9bda 100644 (file)
@@ -3,13 +3,7 @@
 \r
   Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \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\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -157,7 +151,7 @@ Udp6CleanInstance (
   );\r
 \r
 /**\r
-  This function intializes the new created udp instance.\r
+  This function initializes the new created udp instance.\r
 \r
   @param[in]      Udp6Service      Pointer to the UDP6_SERVICE_DATA.\r
   @param[in, out]  Instance         Pointer to the un-initialized UDP6_INSTANCE_DATA.\r
@@ -227,7 +221,7 @@ Udp6GetModeData (
 \r
   @retval EFI_SUCCESS            The configuration settings were set, changed, or\r
                                  reset successfully.\r
-  @retval EFI_NO_MAPPING         When the UdpConifgData.UseAnyStationAddress is set\r
+  @retval EFI_NO_MAPPING         When the UdpConfigData.UseAnyStationAddress is set\r
                                  to true  and there is no address available for IP6\r
                                  driver to binding  source address to this\r
                                  instance.\r
@@ -287,12 +281,12 @@ Udp6Configure (
                                  .FragmentBuffer fields is NULL.\r
                                  One or more of the\r
                                  Token.Packet.TxData.UdpSessionData.\r
-                                 DestinationAddres are not valid unicast IPv6\r
+                                 DestinationAddress are not valid unicast IPv6\r
                                  addresses, if the  UdpSessionData is not NULL.\r
                                  Token.Packet.TxData.UdpSessionData.\r
-                                 DestinationAddres is NULL\r
+                                 DestinationAddress is NULL\r
                                  Token.Packet.TxData.UdpSessionData.\r
-                                 DestinatioPort is zero.\r
+                                 DestinationPort is zero.\r
                                  Token.Packet.TxData.UdpSessionData is\r
                                  NULL and this  instance's\r
                                  UdpConfigData.RemoteAddress is unspecified.\r
@@ -436,7 +430,7 @@ Udp6Groups (
 \r
 /**\r
   This function tries to bind the udp instance according to the configured port\r
-  allocation stragety.\r
+  allocation strategy.\r
 \r
   @param[in]  InstanceList       Pointer to the head of the list linking the udp\r
                                  instances.\r