From 8aa9d680329cb9fa5c8e517727dd14eb4bebc408 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Wed, 19 Oct 2016 15:01:29 +0800 Subject: 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 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin --- Nt32Pkg/Sec/WinNtThunk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Nt32Pkg/Sec/WinNtThunk.c') 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) -- cgit v1.2.3