summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Sec/SecMain.h
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:29 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-11-15 11:05:33 +0800
commit8aa9d680329cb9fa5c8e517727dd14eb4bebc408 (patch)
tree9eefb523933dd84e30db1cae7f0db9e4d11452d4 /Nt32Pkg/Sec/SecMain.h
parent34f5c23452b3bbc43ebfe8aaa8f2fdcd35669dc3 (diff)
downloadedk2-platforms-8aa9d680329cb9fa5c8e517727dd14eb4bebc408.tar.xz
Nt32Pkg: Fix typos in comments and variables
- discontiguous -> discontinuous - reloaced -> relocated - supresses -> suppresses - debuging -> debugging - suported -> supported - availble -> available - environmemt -> environment - Seperator -> Separator - remmeber -> remember - interperted -> interpreted - the a new -> the new - initailized -> initialized - attribue -> attribute - boundry -> boundary - nto -> not - permenent -> permanent - immediatly -> immediately - excuted -> executed 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 'Nt32Pkg/Sec/SecMain.h')
-rw-r--r--Nt32Pkg/Sec/SecMain.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Nt32Pkg/Sec/SecMain.h b/Nt32Pkg/Sec/SecMain.h
index 76522e3c65..8b198789b2 100644
--- a/Nt32Pkg/Sec/SecMain.h
+++ b/Nt32Pkg/Sec/SecMain.h
@@ -524,9 +524,9 @@ Returns:
;
UINTN
-CountSeperatorsInString (
+CountSeparatorsInString (
IN CONST CHAR16 *String,
- IN CHAR16 Seperator
+ IN CHAR16 Separator
)
/*++
@@ -537,7 +537,7 @@ Routine Description:
Arguments:
String - TODO: add argument description
- Seperator - TODO: add argument description
+ Separator - TODO: add argument description
Returns: