]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Application/Ping6/Ping6.c
NetworkPkg: Fix typo.
[mirror_edk2.git] / NetworkPkg / Application / Ping6 / Ping6.c
index e0f6cd89e56d149a1798446b6513e4f2ef94f45e..596ee3b00744638ad9c843827d9de6843086621d 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The implementation for Ping6 application.\r
 \r
-  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2015, 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
@@ -60,11 +60,11 @@ CONST CHAR16      *mIp6DstString;
 CONST CHAR16      *mIp6SrcString;\r
 UINT64            mFrequency = 0;\r
 /**\r
-  Get and caculate the frequency in tick/ms.\r
+  Get and calculate the frequency in tick/ms.\r
   The result is saved in the globle variable mFrequency\r
 \r
-  @retval EFI_SUCCESS    Caculated the frequency successfully.\r
-  @retval Others         Failed to caculate the frequency.\r
+  @retval EFI_SUCCESS    Calculated the frequency successfully.\r
+  @retval Others         Failed to calculate the frequency.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -102,7 +102,7 @@ Ping6GetFrequency (
 }\r
 \r
 /**\r
-  Get and caculate the duration in ms.\r
+  Get and calculate the duration in ms.\r
 \r
   @param[in]  Begin    The start point of time.\r
   @param[in]  End      The end point of time.\r
@@ -802,13 +802,13 @@ ON_ERROR:
 }\r
 \r
 /**\r
-  Destory the IP6 instance.\r
+  Destroy the IP6 instance.\r
 \r
   @param[in]    Private    The pointer of PING6_PRIVATE_DATA.\r
 \r
 **/\r
 VOID\r
-Ping6DestoryIp6Instance (\r
+Ping6DestroyIp6Instance (\r
   IN PING6_PRIVATE_DATA    *Private\r
   )\r
 {\r
@@ -1019,7 +1019,7 @@ ON_EXIT:
     }\r
 \r
     if (Private->Ip6ChildHandle != NULL) {\r
-      Ping6DestoryIp6Instance (Private);\r
+      Ping6DestroyIp6Instance (Private);\r
     }\r
 \r
     FreePool (Private);\r