From cceb4ebd0839a923739b1f4075f7ec1bf8591eeb Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Wed, 8 Jul 2015 01:54:46 +0000 Subject: ShellPkg: Fix typo of 'determines' in ShellPkg. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran Reviewed-by: Qiu Shumin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17868 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/ShellPkg.dec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ShellPkg/ShellPkg.dec') diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec index b2f266953..2b1d12897 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 -- cgit v1.2.3