aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
diff options
context:
space:
mode:
authorVeera <32646674+veera-sivarajan@users.noreply.github.com>2025-02-28 23:05:13 -0500
committerGitHub <noreply@github.com>2025-02-28 23:05:13 -0500
commitdfca4f9519e6c55364d791f26fcde374cb67fb67 (patch)
tree6ab6b71a4454ccbafd4c28a67b2139d3a9949cec /llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
parent620953328dc768ef6b205077214a01ae0579975c (diff)
downloadllvm-dfca4f9519e6c55364d791f26fcde374cb67fb67.zip
llvm-dfca4f9519e6c55364d791f26fcde374cb67fb67.tar.gz
llvm-dfca4f9519e6c55364d791f26fcde374cb67fb67.tar.bz2
[SimplifyLibCalls][NFC] Fix Typo in Header Comment (#114314)
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp b/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
index d38a549..ecb1076 100644
--- a/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// This file implements the library calls simplifier. It does not implement
-// any pass, but can't be used by other passes to do simplifications.
+// any pass, but can be used by other passes to do simplifications.
//
//===----------------------------------------------------------------------===//