diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2015-03-16 01:46:32 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-03-16 01:46:32 +0000 |
commit | 5edac28e83eb477b7c509e688ad43739a30b0818 (patch) | |
tree | 6fced1a1bfdae88e4bb5205306b96d365f39b38f /NetworkPkg/Application | |
parent | aef8cea9e4852457ef8252f20758f670b7bb86f8 (diff) | |
download | edk2-5edac28e83eb477b7c509e688ad43739a30b0818.tar.gz |
NetworkPkg: Fix typo.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Ting Ye <ting.ye@intel.com>
Reviewed-by: Siyuan Fu <siyuan.fu@intel.com>
Reviewed-by: Mudusuru Giri P <giri.p.mudusuru@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17049 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/Application')
-rw-r--r-- | NetworkPkg/Application/Ping6/Ping6.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/NetworkPkg/Application/Ping6/Ping6.c b/NetworkPkg/Application/Ping6/Ping6.c index 0de332fcce..596ee3b007 100644 --- a/NetworkPkg/Application/Ping6/Ping6.c +++ b/NetworkPkg/Application/Ping6/Ping6.c @@ -1,7 +1,7 @@ /** @file
The implementation for Ping6 application.
- Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -60,11 +60,11 @@ CONST CHAR16 *mIp6DstString; CONST CHAR16 *mIp6SrcString;
UINT64 mFrequency = 0;
/**
- Get and caculate the frequency in tick/ms.
+ Get and calculate the frequency in tick/ms.
The result is saved in the globle variable mFrequency
- @retval EFI_SUCCESS Caculated the frequency successfully.
- @retval Others Failed to caculate the frequency.
+ @retval EFI_SUCCESS Calculated the frequency successfully.
+ @retval Others Failed to calculate the frequency.
**/
EFI_STATUS
@@ -102,7 +102,7 @@ Ping6GetFrequency ( }
/**
- Get and caculate the duration in ms.
+ Get and calculate the duration in ms.
@param[in] Begin The start point of time.
@param[in] End The end point of time.
|