From b24d735fa49a2b2df9547888c3f9f0e36eab9966 Mon Sep 17 00:00:00 2001 From: Veera Date: Wed, 30 Oct 2024 22:07:45 +0000 Subject: [PATCH] [SimplifyLibCalls][NFC] Fix Typo in Header Comment --- llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp b/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp index 79e91ad097cf00..c18669b46ce351 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. // //===----------------------------------------------------------------------===//