mirror of https://github.com/acidanthera/audk.git
ShellPkg: Series of patches to fix typos - apropriate to appropriate
Cc: Jaben Carsey <jaben.carsey@intel.com> Cc: Shumin Qiu <shumin.qiu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-By: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
parent
b6173a3a53
commit
1d32246161
|
@ -1178,7 +1178,7 @@ typedef enum {
|
||||||
Prompt the user and return the resultant answer to the requestor.
|
Prompt the user and return the resultant answer to the requestor.
|
||||||
|
|
||||||
This function will display the requested question on the shell prompt and then
|
This function will display the requested question on the shell prompt and then
|
||||||
wait for an apropriate answer to be input from the console.
|
wait for an appropriate answer to be input from the console.
|
||||||
|
|
||||||
If the SHELL_PROMPT_REQUEST_TYPE is SHELL_PROMPT_REQUEST_TYPE_YESNO, ShellPromptResponseTypeQuitContinue
|
If the SHELL_PROMPT_REQUEST_TYPE is SHELL_PROMPT_REQUEST_TYPE_YESNO, ShellPromptResponseTypeQuitContinue
|
||||||
or SHELL_PROMPT_REQUEST_TYPE_YESNOCANCEL then *Response is of type SHELL_PROMPT_RESPONSE.
|
or SHELL_PROMPT_REQUEST_TYPE_YESNOCANCEL then *Response is of type SHELL_PROMPT_RESPONSE.
|
||||||
|
|
|
@ -374,7 +374,7 @@ ShellCommandRunDrvDiag (
|
||||||
|| (ShellCommandLineGetFlag(Package, L"-m"))
|
|| (ShellCommandLineGetFlag(Package, L"-m"))
|
||||||
){
|
){
|
||||||
//
|
//
|
||||||
// Run the apropriate test
|
// Run the appropriate test
|
||||||
//
|
//
|
||||||
if (ShellCommandLineGetFlag(Package, L"-s")) {
|
if (ShellCommandLineGetFlag(Package, L"-s")) {
|
||||||
Mode = TestModeStandard;
|
Mode = TestModeStandard;
|
||||||
|
|
|
@ -3286,7 +3286,7 @@ StrnCatGrow (
|
||||||
Prompt the user and return the resultant answer to the requestor.
|
Prompt the user and return the resultant answer to the requestor.
|
||||||
|
|
||||||
This function will display the requested question on the shell prompt and then
|
This function will display the requested question on the shell prompt and then
|
||||||
wait for an apropriate answer to be input from the console.
|
wait for an appropriate answer to be input from the console.
|
||||||
|
|
||||||
if the SHELL_PROMPT_REQUEST_TYPE is SHELL_PROMPT_REQUEST_TYPE_YESNO, ShellPromptResponseTypeQuitContinue
|
if the SHELL_PROMPT_REQUEST_TYPE is SHELL_PROMPT_REQUEST_TYPE_YESNO, ShellPromptResponseTypeQuitContinue
|
||||||
or SHELL_PROMPT_REQUEST_TYPE_YESNOCANCEL then *Response is of type SHELL_PROMPT_RESPONSE.
|
or SHELL_PROMPT_REQUEST_TYPE_YESNOCANCEL then *Response is of type SHELL_PROMPT_RESPONSE.
|
||||||
|
|
Loading…
Reference in New Issue