]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Fix typo of 'determines' in ShellPkg.
authorBruce Cran <bruce@cran.org.uk>
Wed, 8 Jul 2015 01:54:46 +0000 (01:54 +0000)
committershenshushi <shenshushi@Edk2>
Wed, 8 Jul 2015 01:54:46 +0000 (01:54 +0000)
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

ShellPkg/Include/Protocol/EfiShellEnvironment2.h
ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
ShellPkg/Library/UefiShellLevel2CommandsLib/Rm.c
ShellPkg/Library/UefiShellLib/UefiShellLib.c
ShellPkg/ShellPkg.dec

index 05ec69d5ac02e0ab6f9e6e9c21860c3fec711c8f..1aa1b7e328b38749a45acfa09e18a24424d582ea 100644 (file)
@@ -320,7 +320,7 @@ EFI_SHELL_INTERFACE*
   );\r
 \r
 /**\r
-  This function determins whether a script file is currently being processed.\r
+  This function determines whether a script file is currently being processed.\r
 \r
   A script file (.nsh file) can contain a series of commands and this is useful to\r
   know for some shell commands whether they are being run manually or as part of a\r
@@ -420,7 +420,7 @@ UINT32
   );\r
 \r
 /**\r
-  This function determins if the shell application should break.\r
+  This function determines if the shell application should break.\r
 \r
   This is used to inform a shell application that a break condition has been\r
   initiated.  Long loops should check this to prevent delays to the break.\r
@@ -455,7 +455,7 @@ VOID
   );\r
 \r
 /**\r
-  This function determins if the caller is running under the root shell.\r
+  This function determines if the caller is running under the root shell.\r
 \r
   @retval TRUE                  The caller is running under the root shell.\r
   @retval FALSE                 The caller is not running under the root shell.\r
index b6d5d991a6786eee271023e9f8967449b5356eac..63886690d07e50d48df9a407dde1b819da9cf12b 100644 (file)
@@ -892,7 +892,7 @@ ShellCommandIsOnAliasList(
 }\r
 \r
 /**\r
-  Function to determine current state of ECHO.  Echo determins if lines from scripts\r
+  Function to determine current state of ECHO.  Echo determines if lines from scripts\r
   and ECHO commands are enabled.\r
 \r
   @retval TRUE    Echo is currently enabled\r
@@ -908,7 +908,7 @@ ShellCommandGetEchoState(
 }\r
 \r
 /**\r
-  Function to set current state of ECHO.  Echo determins if lines from scripts\r
+  Function to set current state of ECHO.  Echo determines if lines from scripts\r
   and ECHO commands are enabled.\r
 \r
   If State is TRUE, Echo will be enabled.\r
index a53a88c2377008af1b072fcab992d31bc78b11bc..ed9940d82704e9bc6b4eee66f18e1da5990f3e6b 100644 (file)
@@ -188,7 +188,7 @@ CascadeDelete(
 }\r
 \r
 /**\r
-  Determins if a Node is a valid delete target.  Will prevent deleting the root directory.\r
+  Determines if a Node is a valid delete target.  Will prevent deleting the root directory.\r
 \r
   @param[in] List       RESERVED.  Not used.\r
   @param[in] Node       The node to analyze.\r
index 0bf034f682b724a4ca8cfb63ccbb1ac0ac10481e..0c99e23650de86e56c3d4a7ed21508585a624050 100644 (file)
@@ -2521,7 +2521,7 @@ ShellCommandLineGetCount(
 }\r
 \r
 /**\r
-  Determins if a parameter is duplicated.\r
+  Determines if a parameter is duplicated.\r
 \r
   If Param is not NULL then it will point to a callee allocated string buffer\r
   with the parameter value if a duplicate is found.\r
index b2f2669530185d29f279eef1f10528c47b44df4d..2b1d128970fecfeb45348319174c524507abfa8a 100644 (file)
@@ -98,7 +98,7 @@
   ## This is the character count for allocation for consistent mappings\r
   gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength|50|UINT8|0x00000009\r
 \r
-  ## This determins how many bytes are read out of files at a time for file operations (type, copy, etc...)\r
+  ## This determines how many bytes are read out of files at a time for file operations (type, copy, etc...)\r
   gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|1000|UINT32|0x0000000A\r
 \r
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
   #  If TRUE the shell will produce EFI_SHELL_ENVIRONMENT2 and EFI_SHELL_INTERFACE\r
   gEfiShellPkgTokenSpaceGuid.PcdShellSupportOldProtocols|FALSE|BOOLEAN|0x00000002\r
 \r
-  ## this flag determins whether Page Break (-b) defaults to on or off in the shell\r
+  ## this flag determines whether Page Break (-b) defaults to on or off in the shell\r
   gEfiShellPkgTokenSpaceGuid.PcdShellPageBreakDefault|FALSE|BOOLEAN|0x00000006\r
 \r
-  ## this flag determins whether insert mode for typing is default (FALSE means typeover)\r
+  ## this flag determines whether insert mode for typing is default (FALSE means typeover)\r
   gEfiShellPkgTokenSpaceGuid.PcdShellInsertModeDefault|TRUE|BOOLEAN|0x00000007\r
 \r
-  ## this flag determins the default number of screens kept for history log.\r
+  ## this flag determines the default number of screens kept for history log.\r
   #  the spec defines 3 as the minimum\r
   gEfiShellPkgTokenSpaceGuid.PcdShellScreenLogCount|3|UINT8|0x00000008\r
 \r