From 7de8045a092ff80abcba541367709d1a309c2961 Mon Sep 17 00:00:00 2001 From: Antoine Coeur Date: Fri, 7 Feb 2020 02:07:53 +0100 Subject: NetworkPkg/Ip6Dxe: Fix various typos Fix various typos in comments and documentation. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude Message-Id: <20200207010831.9046-41-philmd@redhat.com> --- NetworkPkg/Ip6Dxe/Ip6Nd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NetworkPkg/Ip6Dxe/Ip6Nd.h') diff --git a/NetworkPkg/Ip6Dxe/Ip6Nd.h b/NetworkPkg/Ip6Dxe/Ip6Nd.h index 891a32d..560dfa3 100644 --- a/NetworkPkg/Ip6Dxe/Ip6Nd.h +++ b/NetworkPkg/Ip6Dxe/Ip6Nd.h @@ -587,7 +587,7 @@ Ip6ProcessRouterAdvertise ( the IP head removed. @retval EFI_INVALID_PARAMETER The parameter is invalid. - @retval EFI_OUT_OF_RESOURCES Insuffcient resources to complete the + @retval EFI_OUT_OF_RESOURCES Insufficient resources to complete the operation. @retval EFI_SUCCESS Successfully updated the route caches. @@ -705,7 +705,7 @@ Ip6NdFasterTimerTicking ( /** The heartbeat timer of ND module in 1 second. This time routine handles following - things: 1) maitain default router list; 2) maintain prefix options; + things: 1) maintain default router list; 2) maintain prefix options; 3) maintain route caches. @param[in] IpSb The IP6 service binding instance. -- cgit v1.1