summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c')
-rw-r--r--ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c b/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c
index e0b58d4b85..43d578bd6a 100644
--- a/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c
+++ b/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c
@@ -357,7 +357,7 @@ Ping6OnMatchEchoReply (
The original intention is to send a request.
Currently, the application retransmits an icmp6 echo request packet
per second in sendnumber times that is specified by the user.
- Because nothing can be done here, all things move to the timer rountine.
+ Because nothing can be done here, all things move to the timer routine.
@param[in] Event A EFI_EVENT type event.
@param[in] Context The pointer to Context.