Skip to content

Commit c8ba9dd

Browse files
Fix typo in comment
Co-authored-by: Antonio Frighetto <[email protected]>
1 parent 94a36dd commit c8ba9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (DEFINED LLVM_HAVE_TF_AOT OR LLVM_HAVE_TFLITE)
2323
endif()
2424
endif()
2525

26-
# The implementaiton of ConstantFolding.cpp relies on the use of math functions
26+
# The implementation of ConstantFolding.cpp relies on the use of math functions
2727
# from the host. In particular, it relies on the detection of floating point
2828
# exceptions originating from such math functions to prevent invalid cases
2929
# from being constant folded. Therefore, we must ensure that fp exceptions are

0 commit comments

Comments
 (0)