summaryrefslogtreecommitdiffstats
path: root/ShellPkg/ShellPkg.dec
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/ShellPkg.dec
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/ShellPkg.dec')
-rw-r--r--ShellPkg/ShellPkg.dec8
1 files changed, 4 insertions, 4 deletions
diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec
index b2f2669530..2b1d128970 100644
--- a/ShellPkg/ShellPkg.dec
+++ b/ShellPkg/ShellPkg.dec
@@ -98,7 +98,7 @@
## This is the character count for allocation for consistent mappings
gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength|50|UINT8|0x00000009
- ## This determins how many bytes are read out of files at a time for file operations (type, copy, etc...)
+ ## This determines how many bytes are read out of files at a time for file operations (type, copy, etc...)
gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|1000|UINT32|0x0000000A
[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
@@ -106,13 +106,13 @@
# If TRUE the shell will produce EFI_SHELL_ENVIRONMENT2 and EFI_SHELL_INTERFACE
gEfiShellPkgTokenSpaceGuid.PcdShellSupportOldProtocols|FALSE|BOOLEAN|0x00000002
- ## this flag determins whether Page Break (-b) defaults to on or off in the shell
+ ## this flag determines whether Page Break (-b) defaults to on or off in the shell
gEfiShellPkgTokenSpaceGuid.PcdShellPageBreakDefault|FALSE|BOOLEAN|0x00000006
- ## this flag determins whether insert mode for typing is default (FALSE means typeover)
+ ## this flag determines whether insert mode for typing is default (FALSE means typeover)
gEfiShellPkgTokenSpaceGuid.PcdShellInsertModeDefault|TRUE|BOOLEAN|0x00000007
- ## this flag determins the default number of screens kept for history log.
+ ## this flag determines the default number of screens kept for history log.
# the spec defines 3 as the minimum
gEfiShellPkgTokenSpaceGuid.PcdShellScreenLogCount|3|UINT8|0x00000008