Skip to content

Commit 6111125

Browse files
committed
[NFC] Fixing spelling in code comment
1 parent fa46de1 commit 6111125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/cmake/modules/CoverageReport.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ foreach(dir ${LLVM_COVERAGE_SOURCE_DIRS})
4646
endforeach()
4747

4848
# Utility target to clear out profile data.
49-
# This isn't connected to any dependencies because it is a bit finacky to get
49+
# This isn't connected to any dependencies because it is a bit finicky to get
5050
# working exactly how a user might want.
5151
add_custom_target(clear-profile-data
5252
COMMAND ${CMAKE_COMMAND} -E

0 commit comments

Comments
 (0)