Skip to content

Commit 1769c88

Browse files
authored
[NFC] SwiftCompilerSources/CMakeLists.txt: fix comment typo (swiftlang#66235)
`paltforms` -> `platforms`
1 parent 65bb599 commit 1769c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftCompilerSources/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ else()
227227
add_subdirectory(Sources)
228228

229229
# TODO: generate this dynamically through the modulemap; this cannot use `sed`
230-
# as that is not available on all paltforms (e.g. Windows).
230+
# as that is not available on all platforms (e.g. Windows).
231231
#
232232
# step 1: generate a dummy source file, which just includes all headers
233233
# defined in include/swift/module.modulemap

0 commit comments

Comments
 (0)