The commit was synced to UDK2014.SP1 branch @ r17891.

Best Regards,
Hao Wu

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]]
> Sent: Wednesday, July 08, 2015 9:55 AM
> To: [email protected]
> Subject: edk2[17868] ShellPkg: Fix typo of 'determines' in ShellPkg.
> 
> Revision: 17868
>           http://sourceforge.net/p/edk2/code/17868
> Author:   shenshushi
> Date:     2015-07-08 01:54:46 +0000 (Wed, 08 Jul 2015)
> Log Message:
> -----------
> ShellPkg: Fix typo of 'determines' in ShellPkg.
> 
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Bruce Cran <[email protected]>
> Reviewed-by: Qiu Shumin <[email protected]>
> 
> Modified Paths:
> --------------
>     trunk/edk2/ShellPkg/Include/Protocol/EfiShellEnvironment2.h
> 
> trunk/edk2/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
>     trunk/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/Rm.c
>     trunk/edk2/ShellPkg/Library/UefiShellLib/UefiShellLib.c
>     trunk/edk2/ShellPkg/ShellPkg.dec
> 
> Modified: trunk/edk2/ShellPkg/Include/Protocol/EfiShellEnvironment2.h
> ==========================================================
> =========
> --- trunk/edk2/ShellPkg/Include/Protocol/EfiShellEnvironment2.h       2015-
> 07-08 01:08:09 UTC (rev 17867)
> +++ trunk/edk2/ShellPkg/Include/Protocol/EfiShellEnvironment2.h       2015-
> 07-08 01:54:46 UTC (rev 17868)
> @@ -320,7 +320,7 @@
>    );
> 
>  /**
> -  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 @@
>    );
> 
>  /**
> -  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 @@
>    );
> 
>  /**
> -  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.
> 
> Modified:
> trunk/edk2/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
> ==========================================================
> =========
> ---
> trunk/edk2/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
>       2015-07-08 01:08:09 UTC (rev 17867)
> +++
> trunk/edk2/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
>       2015-07-08 01:54:46 UTC (rev 17868)
> @@ -892,7 +892,7 @@
>  }
> 
>  /**
> -  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 @@
>  }
> 
>  /**
> -  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.
> 
> Modified: trunk/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/Rm.c
> ==========================================================
> =========
> --- trunk/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/Rm.c       2015-
> 07-08 01:08:09 UTC (rev 17867)
> +++ trunk/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/Rm.c       2015-
> 07-08 01:54:46 UTC (rev 17868)
> @@ -188,7 +188,7 @@
>  }
> 
>  /**
> -  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.
> 
> Modified: trunk/edk2/ShellPkg/Library/UefiShellLib/UefiShellLib.c
> ==========================================================
> =========
> --- trunk/edk2/ShellPkg/Library/UefiShellLib/UefiShellLib.c   2015-07-08
> 01:08:09 UTC (rev 17867)
> +++ trunk/edk2/ShellPkg/Library/UefiShellLib/UefiShellLib.c   2015-07-08
> 01:54:46 UTC (rev 17868)
> @@ -2521,7 +2521,7 @@
>  }
> 
>  /**
> -  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.
> 
> Modified: trunk/edk2/ShellPkg/ShellPkg.dec
> ==========================================================
> =========
> --- trunk/edk2/ShellPkg/ShellPkg.dec  2015-07-08 01:08:09 UTC (rev 17867)
> +++ trunk/edk2/ShellPkg/ShellPkg.dec  2015-07-08 01:54:46 UTC (rev 17868)
> @@ -98,7 +98,7 @@
>    ## This is the character count for allocation for consistent mappings
> 
> gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength|50|UINT8|0x000000
> 09
> 
> -  ## 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|0x000
> 0000A
> 
>  [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|0
> x00000006
> 
> -  ## 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|0
> x00000007
> 
> -  ## 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
> 
> 
> 
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
> _______________________________________________
> edk2-commits mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/edk2-commits

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to