]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6Route.h
NetworkPkg/Ip6Dxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6Route.h
index 9ddc1ab7bc5344f2596e4ef2553a6910e5ed8384..af20dbb149b03fcc0f2410048a0ba93ac8797118 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  EFI IP6 route table and route cache table defintions.\r
+  EFI IP6 route table and route cache table definitions.\r
 \r
   Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
 \r
@@ -110,7 +110,7 @@ Ip6FreeRouteCacheEntry (
 \r
 /**\r
   Find a route cache with the destination and source address. This is\r
-  used by the ICMPv6 redirect messasge process.\r
+  used by the ICMPv6 redirect message process.\r
 \r
   @param[in]  RtTable       The route table to search the cache for.\r
   @param[in]  Dest          The destination address.\r
@@ -181,7 +181,7 @@ Ip6CleanRouteTable (
   @param[in]  GatewayAddress  The next hop address. This is optional parameter\r
                               that may be NULL.\r
 \r
-  @return NULL if it failed to allocate memeory. Otherwise, the newly created route entry.\r
+  @return NULL if it failed to allocate memory. Otherwise, the newly created route entry.\r
 \r
 **/\r
 IP6_ROUTE_ENTRY *\r
@@ -201,7 +201,7 @@ Ip6CreateRouteEntry (
   2. The local route entries have precedence over the default route entry.\r
 \r
   @param[in]  RtTable       The route table to search from.\r
-  @param[in]  Destination   The destionation address to search. If NULL, search\r
+  @param[in]  Destination   The destination address to search. If NULL, search\r
                             the route table by NextHop.\r
   @param[in]  NextHop       The next hop address. If NULL, search the route table\r
                             by Destination.\r
@@ -260,7 +260,7 @@ Ip6AddRoute (
 \r
   @retval EFI_SUCCESS           Successfully removed the route entry.\r
   @retval EFI_NOT_FOUND         There is no route entry in the table with that\r
-                                properity.\r
+                                property.\r
 \r
 **/\r
 EFI_STATUS\r