[llvm] f53dc06 - fix comment typo to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 12:47:29 PDT 2021
Author: Nico Weber
Date: 2021-03-29T15:47:16-04:00
New Revision: f53dc06ed37a52eae252435f9c34629e2b5eea1f
URL: https://github.com/llvm/llvm-project/commit/f53dc06ed37a52eae252435f9c34629e2b5eea1f
DIFF: https://github.com/llvm/llvm-project/commit/f53dc06ed37a52eae252435f9c34629e2b5eea1f.diff
LOG: fix comment typo to cycle bots
Added:
Modified:
llvm/include/llvm/BinaryFormat/COFF.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/BinaryFormat/COFF.h b/llvm/include/llvm/BinaryFormat/COFF.h
index 716d649f7c51..d20c0cb62ecf 100644
--- a/llvm/include/llvm/BinaryFormat/COFF.h
+++ b/llvm/include/llvm/BinaryFormat/COFF.h
@@ -603,7 +603,7 @@ enum WindowsSubsystem : unsigned {
IMAGE_SUBSYSTEM_NATIVE = 1, ///< Device drivers and native Windows processes
IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, ///< The Windows GUI subsystem.
IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, ///< The Windows character subsystem.
- IMAGE_SUBSYSTEM_OS2_CUI = 5, ///< The OS/2 character subsytem.
+ IMAGE_SUBSYSTEM_OS2_CUI = 5, ///< The OS/2 character subsystem.
IMAGE_SUBSYSTEM_POSIX_CUI = 7, ///< The POSIX character subsystem.
IMAGE_SUBSYSTEM_NATIVE_WINDOWS = 8, ///< Native Windows 9x driver.
IMAGE_SUBSYSTEM_WINDOWS_CE_GUI = 9, ///< Windows CE.
More information about the llvm-commits
mailing list