ShellPkg: Fix typos
begining->beginning dirve->drive duplicat->duplicate fuly->fully Funciton->Function Functino->Function optioanl->optional poitners->pointers rountine->routine sucessful->successful sucessfully->successfully Signed-off-by: Page Chen <paiching_chen@apple.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Andrew Fish <afish@apple.com> Message-Id: <829d2bed2a848229d719d7ae7b64ef1a47782720.1699557986.git.paiching_chen@apple.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
This commit is contained in:
@ -511,7 +511,7 @@ Ping6MatchEchoReply (
|
||||
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.
|
||||
|
@ -32,7 +32,7 @@ ShellCommandGetManFileNameNetwork1 (
|
||||
@param ImageHandle The image handle of the process.
|
||||
@param SystemTable The EFI System Table pointer.
|
||||
|
||||
@retval EFI_SUCCESS The shell command handlers were installed sucessfully.
|
||||
@retval EFI_SUCCESS The shell command handlers were installed successfully.
|
||||
@retval EFI_UNSUPPORTED The shell level required was not found.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
Reference in New Issue
Block a user