[llvm] 6111125 - [NFC] Fixing spelling in code comment
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 08:29:00 PST 2022
Author: Chris Bieneman
Date: 2022-11-14T10:28:36-06:00
New Revision: 6111125d734404aa9a11c567e4bd3aea3e596ac4
URL: https://github.com/llvm/llvm-project/commit/6111125d734404aa9a11c567e4bd3aea3e596ac4
DIFF: https://github.com/llvm/llvm-project/commit/6111125d734404aa9a11c567e4bd3aea3e596ac4.diff
LOG: [NFC] Fixing spelling in code comment
Added:
Modified:
llvm/cmake/modules/CoverageReport.cmake
Removed:
################################################################################
diff --git a/llvm/cmake/modules/CoverageReport.cmake b/llvm/cmake/modules/CoverageReport.cmake
index 60ea893435941..db8ff7de16b12 100644
--- a/llvm/cmake/modules/CoverageReport.cmake
+++ b/llvm/cmake/modules/CoverageReport.cmake
@@ -46,7 +46,7 @@ foreach(dir ${LLVM_COVERAGE_SOURCE_DIRS})
endforeach()
# Utility target to clear out profile data.
-# This isn't connected to any dependencies because it is a bit finacky to get
+# This isn't connected to any dependencies because it is a bit finicky to get
# working exactly how a user might want.
add_custom_target(clear-profile-data
COMMAND ${CMAKE_COMMAND} -E
More information about the llvm-commits
mailing list