Fix typo in last commits comment.
authormglocker <mglocker@openbsd.org>
Sat, 8 Jun 2024 16:05:23 +0000 (16:05 +0000)
committermglocker <mglocker@openbsd.org>
Sat, 8 Jun 2024 16:05:23 +0000 (16:05 +0000)
gnu/llvm/llvm/lib/Target/X86/X86RetClean.cpp

index 4d7e3e3..671f4a4 100644 (file)
@@ -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;