summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Include
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:35 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-11-15 11:05:34 +0800
commit268d344557c38198d34359b50532df343bada5f1 (patch)
tree2da457baf92b0446a00a36a260751b68735bb217 /ShellPkg/Include
parentbe9007810e722cb733e334b2dc4c9bbe26fdbb7d (diff)
downloadedk2-268d344557c38198d34359b50532df343bada5f1.tar.gz
edk2-268d344557c38198d34359b50532df343bada5f1.tar.bz2
edk2-268d344557c38198d34359b50532df343bada5f1.zip
ShellPkg: Fix typos in comments and variables
- funciton -> function - paramter -> parameter - supresses -> suppresses - Seperator -> Separator - permenant -> permanent Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'ShellPkg/Include')
-rw-r--r--ShellPkg/Include/Library/ShellCEntryLib.h2
-rw-r--r--ShellPkg/Include/Library/ShellCommandLib.h2
-rw-r--r--ShellPkg/Include/Protocol/EfiShellEnvironment2.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/ShellPkg/Include/Library/ShellCEntryLib.h b/ShellPkg/Include/Library/ShellCEntryLib.h
index dfbb16f9c3..e4983f840c 100644
--- a/ShellPkg/Include/Library/ShellCEntryLib.h
+++ b/ShellPkg/Include/Library/ShellCEntryLib.h
@@ -1,5 +1,5 @@
/** @file
- Provides application point extension for "C" style main funciton.
+ Provides application point extension for "C" style main function.
Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
diff --git a/ShellPkg/Include/Library/ShellCommandLib.h b/ShellPkg/Include/Library/ShellCommandLib.h
index e9a2c0365d..c11d81d506 100644
--- a/ShellPkg/Include/Library/ShellCommandLib.h
+++ b/ShellPkg/Include/Library/ShellCommandLib.h
@@ -2,7 +2,7 @@
Provides interface to shell internal functions for shell commands.
This library is for use ONLY by shell commands linked into the shell application.
- This library will not funciton if it is used for UEFI Shell 2.0 Applications.
+ This library will not function if it is used for UEFI Shell 2.0 Applications.
Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
diff --git a/ShellPkg/Include/Protocol/EfiShellEnvironment2.h b/ShellPkg/Include/Protocol/EfiShellEnvironment2.h
index 1aa1b7e328..ac6c6a0114 100644
--- a/ShellPkg/Include/Protocol/EfiShellEnvironment2.h
+++ b/ShellPkg/Include/Protocol/EfiShellEnvironment2.h
@@ -124,7 +124,7 @@ GUID for the shell environment2 extension (main GUID above).
@param[in] ParentImageHandle Handle of the image executing this operation.
@param[in] CommandLine The string command line to execute.
@param[in] DebugOutput TRUE indicates that errors should be printed directly.
- FALSE supresses error messages.
+ FALSE suppresses error messages.
@retval EFI_SUCCESS The command line executed and completed.
@retval EFI_ABORTED The operation aborted.