Skip to content

Commit 1aad9da

Browse files
authored
Review cmake comments (#13396)
1 parent edece75 commit 1aad9da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/FindASANDylib.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
if(APPLE AND CXX_CLANG)
1616
# Sanitizers in Clang are supported by a specific runtime and Clang
17-
# automatically links against the right runtime. When building staticly
17+
# automatically links against the right runtime. When building statically
1818
# linked binaries, the resulting binary will contain the runtime. Dynamically
1919
# linked binaries will link against the dynamic version of the library.
2020
#
21-
# xctest bundles are necessarily dynamicly linked, but linked in such a way
21+
# xctest bundles are necessarily dynamically linked, but linked in such a way
2222
# that the sanitizer runtime is assumed to be on the @rpath. This finds the
2323
# clang runtimes so that they can be supplied as needed.
2424
get_filename_component(compiler_bin_dir ${CMAKE_CXX_COMPILER} DIRECTORY)

0 commit comments

Comments
 (0)