ShellPkg: Fix typo of 'determines' in ShellPkg.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran <bruce@cran.org.uk> Reviewed-by: Qiu Shumin <shumin.qiu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17868 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -892,7 +892,7 @@ ShellCommandIsOnAliasList(
|
||||
}
|
||||
|
||||
/**
|
||||
Function to determine current state of ECHO. Echo determins if lines from scripts
|
||||
Function to determine current state of ECHO. Echo determines if lines from scripts
|
||||
and ECHO commands are enabled.
|
||||
|
||||
@retval TRUE Echo is currently enabled
|
||||
@@ -908,7 +908,7 @@ ShellCommandGetEchoState(
|
||||
}
|
||||
|
||||
/**
|
||||
Function to set current state of ECHO. Echo determins if lines from scripts
|
||||
Function to set current state of ECHO. Echo determines if lines from scripts
|
||||
and ECHO commands are enabled.
|
||||
|
||||
If State is TRUE, Echo will be enabled.
|
||||
|
@@ -188,7 +188,7 @@ CascadeDelete(
|
||||
}
|
||||
|
||||
/**
|
||||
Determins if a Node is a valid delete target. Will prevent deleting the root directory.
|
||||
Determines if a Node is a valid delete target. Will prevent deleting the root directory.
|
||||
|
||||
@param[in] List RESERVED. Not used.
|
||||
@param[in] Node The node to analyze.
|
||||
|
@@ -2521,7 +2521,7 @@ ShellCommandLineGetCount(
|
||||
}
|
||||
|
||||
/**
|
||||
Determins if a parameter is duplicated.
|
||||
Determines if a parameter is duplicated.
|
||||
|
||||
If Param is not NULL then it will point to a callee allocated string buffer
|
||||
with the parameter value if a duplicate is found.
|
||||
|
Reference in New Issue
Block a user