From: mglocker Date: Sat, 8 Jun 2024 16:05:23 +0000 (+0000) Subject: Fix typo in last commits comment. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f27a193219ee8a0c655bb70f169dda2965ec1874;p=openbsd Fix typo in last commits comment. --- diff --git a/gnu/llvm/llvm/lib/Target/X86/X86RetClean.cpp b/gnu/llvm/llvm/lib/Target/X86/X86RetClean.cpp index 4d7e3e3b3cf..671f4a49183 100644 --- a/gnu/llvm/llvm/lib/Target/X86/X86RetClean.cpp +++ b/gnu/llvm/llvm/lib/Target/X86/X86RetClean.cpp @@ -96,7 +96,7 @@ bool RetCleanPass::runOnMachineFunction(MachineFunction &MF) { bool modified = false; - // It a setjmp-like function is called by this function, we should not clean + // If a setjmp-like function is called by this function, we should not clean if (MF.exposesReturnsTwice()) return false;