Skip to content

Commit dfca4f9

Browse files
[SimplifyLibCalls][NFC] Fix Typo in Header Comment (llvm#114314)
1 parent 6209533 commit dfca4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// This file implements the library calls simplifier. It does not implement
10-
// any pass, but can't be used by other passes to do simplifications.
10+
// any pass, but can be used by other passes to do simplifications.
1111
//
1212
//===----------------------------------------------------------------------===//
1313

0 commit comments

Comments
 (0)