summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Sec/WinNtThunk.c
diff options
context:
space:
mode:
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)