Skip to content

Commit 13ded68

Browse files
committed
[CMake] Fix typo in docstring: telemtry -> telemetry (NFC)
Thanks Nikita for spotting it.
1 parent 7e1437b commit 13ded68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ option (LLVM_ENABLE_DOXYGEN "Use doxygen to generate llvm API documentation." OF
829829
option (LLVM_ENABLE_SPHINX "Use Sphinx to generate llvm documentation." OFF)
830830
option (LLVM_ENABLE_OCAMLDOC "Build OCaml bindings documentation." ON)
831831
option (LLVM_ENABLE_BINDINGS "Build bindings." ON)
832-
option (LLVM_BUILD_TELEMETRY "Build the telemtry library. This does not enable telemetry." ON)
832+
option (LLVM_BUILD_TELEMETRY "Build the telemetry library. This does not enable telemetry." ON)
833833

834834
set(LLVM_INSTALL_DOXYGEN_HTML_DIR "${CMAKE_INSTALL_DOCDIR}/llvm/doxygen-html"
835835
CACHE STRING "Doxygen-generated HTML documentation install directory")

0 commit comments

Comments
 (0)