Skip to content

Commit f53dc06

Browse files
committed
fix comment typo to cycle bots
1 parent 619b888 commit f53dc06

File tree

1 file changed

+1
-1
lines changed
  • llvm/include/llvm/BinaryFormat

1 file changed

+1
-1
lines changed

llvm/include/llvm/BinaryFormat/COFF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ enum WindowsSubsystem : unsigned {
603603
IMAGE_SUBSYSTEM_NATIVE = 1, ///< Device drivers and native Windows processes
604604
IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, ///< The Windows GUI subsystem.
605605
IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, ///< The Windows character subsystem.
606-
IMAGE_SUBSYSTEM_OS2_CUI = 5, ///< The OS/2 character subsytem.
606+
IMAGE_SUBSYSTEM_OS2_CUI = 5, ///< The OS/2 character subsystem.
607607
IMAGE_SUBSYSTEM_POSIX_CUI = 7, ///< The POSIX character subsystem.
608608
IMAGE_SUBSYSTEM_NATIVE_WINDOWS = 8, ///< Native Windows 9x driver.
609609
IMAGE_SUBSYSTEM_WINDOWS_CE_GUI = 9, ///< Windows CE.

0 commit comments

Comments
 (0)