Skip to content

Commit ec76c94

Browse files
committed
Clean up wording of comment in compiler-rt cmakelists file
1 parent 3c13862 commit ec76c94

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
@@ -380,7 +380,7 @@ endif()
380380
if(MSVC)
381381

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

0 commit comments

Comments
 (0)