summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/Common/WinNtInclude.h
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/Common/WinNtInclude.h')
-rw-r--r--BaseTools/Source/C/Common/WinNtInclude.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/Common/WinNtInclude.h b/BaseTools/Source/C/Common/WinNtInclude.h
index 6b6af2e..f66e038 100644
--- a/BaseTools/Source/C/Common/WinNtInclude.h
+++ b/BaseTools/Source/C/Common/WinNtInclude.h
@@ -34,7 +34,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
//
// Win32 include files do not compile clean with /W4, so we use the warning
-// pragma to suppress the warnings for Win32 only. This way our code can stil
+// pragma to suppress the warnings for Win32 only. This way our code can still
// compile at /W4 (highest warning level) with /WX (warnings cause build
// errors).
//