summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Sec/WinNtThunk.c
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/WinNtThunk.c
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/WinNtThunk.c')
-rw-r--r--Nt32Pkg/Sec/WinNtThunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/Sec/WinNtThunk.c b/Nt32Pkg/Sec/WinNtThunk.c
index 9ab380c205..3159ef483b 100644
--- a/Nt32Pkg/Sec/WinNtThunk.c
+++ b/Nt32Pkg/Sec/WinNtThunk.c
@@ -42,7 +42,7 @@ Abstract:
// point could be modified dynamically. The SEC does not do that, so we must
// disable the warning so we can compile the SEC. The previous method was to
// asign each element in code. The disadvantage to that approach is it's harder
-// to tell if all the elements have been initailized properly.
+// to tell if all the elements have been initialized properly.
//
#pragma warning(disable : 4232)
#pragma warning(disable : 4996)