Index: Library/UefiShellNetwork1CommandsLib/Ping.c
===================================================================
--- Library/UefiShellNetwork1CommandsLib/Ping.c	(revision 17040)
+++ Library/UefiShellNetwork1CommandsLib/Ping.c	(working copy)
@@ -2,7 +2,7 @@
   The implementation for Ping shell command.
 
   (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
-  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
@@ -249,11 +249,11 @@
 
 
 /**
-  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
@@ -287,7 +287,7 @@
 }
 
 /**
-  Caculate a duration in ms.
+  Calculate a duration in ms.
 
   @param[in]  Begin     The start point of time.
   @param[in]  End       The end point of time.
