diff options
author | Gary Lin <glin@suse.com> | 2016-10-19 15:01:35 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-11-15 11:05:34 +0800 |
commit | 268d344557c38198d34359b50532df343bada5f1 (patch) | |
tree | 2da457baf92b0446a00a36a260751b68735bb217 /ShellPkg/Library/UefiShellCEntryLib | |
parent | be9007810e722cb733e334b2dc4c9bbe26fdbb7d (diff) | |
download | edk2-platforms-268d344557c38198d34359b50532df343bada5f1.tar.xz |
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/Library/UefiShellCEntryLib')
-rw-r--r-- | ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c b/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c index 7fcdedbb05..61b3ec97e2 100644 --- a/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c +++ b/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c @@ -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) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
|