Skip to content

Commit 0a4ff98

Browse files
committed
Clean up wording of comment in compiler-rt cmakelists file
1 parent 7222314 commit 0a4ff98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ endif()
378378
if(MSVC)
379379

380380
# asan on windows only supports the release dll version of the runtimes, in the interest of
381-
# only having one asan dll to support/test, having asan statically linked
381+
# only having one asan dll to support/test. Having asan statically linked
382382
# with the runtime might be possible, but it multiplies the number of scenerios to test.
383383
# the program USING sanitizers can use whatever version of the runtime it wants to.
384384
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreadedDLL)

0 commit comments

Comments
 (0)