summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Include
diff options
context:
space:
mode:
authorBruce Cran <bruce@cran.org.uk>2015-07-08 01:54:46 +0000
committershenshushi <shenshushi@Edk2>2015-07-08 01:54:46 +0000
commitcceb4ebd0839a923739b1f4075f7ec1bf8591eeb (patch)
tree9efc02ef899f2a19da86bf3cde3f131f32464915 /ShellPkg/Include
parent8feb7452acedf5bbe0f6c3accac8562b7cc29b3d (diff)
downloadedk2-cceb4ebd0839a923739b1f4075f7ec1bf8591eeb.tar.gz
edk2-cceb4ebd0839a923739b1f4075f7ec1bf8591eeb.tar.bz2
edk2-cceb4ebd0839a923739b1f4075f7ec1bf8591eeb.zip
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
Diffstat (limited to 'ShellPkg/Include')
-rw-r--r--ShellPkg/Include/Protocol/EfiShellEnvironment2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ShellPkg/Include/Protocol/EfiShellEnvironment2.h b/ShellPkg/Include/Protocol/EfiShellEnvironment2.h
index 05ec69d5ac..1aa1b7e328 100644
--- a/ShellPkg/Include/Protocol/EfiShellEnvironment2.h
+++ b/ShellPkg/Include/Protocol/EfiShellEnvironment2.h
@@ -320,7 +320,7 @@ EFI_SHELL_INTERFACE*
);
/**
- This function determins whether a script file is currently being processed.
+ This function determines whether a script file is currently being processed.
A script file (.nsh file) can contain a series of commands and this is useful to
know for some shell commands whether they are being run manually or as part of a
@@ -420,7 +420,7 @@ UINT32
);
/**
- This function determins if the shell application should break.
+ This function determines if the shell application should break.
This is used to inform a shell application that a break condition has been
initiated. Long loops should check this to prevent delays to the break.
@@ -455,7 +455,7 @@ VOID
);
/**
- This function determins if the caller is running under the root shell.
+ This function determines if the caller is running under the root shell.
@retval TRUE The caller is running under the root shell.
@retval FALSE The caller is not running under the root shell.