]> 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 0de332fcce456f70f14be225c06a465968b8080f..596ee3b00744638ad9c843827d9de6843086621d 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The implementation for Ping6 application.\r
 \r
-  Copyright (c) 2009 - 2012, 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