[llvm] [bolt] Fix typos discovered by codespell (PR #124726)

Christian Clauss via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 02:38:04 PST 2025


================
@@ -1301,7 +1301,7 @@ class BinaryFunction {
     ColdCodeSectionName = Name.str();
   }
 
-  /// Return true iif the function will halt execution on entry.
+  /// Return true if the function will halt execution on entry.
----------------
cclauss wrote:

`iff` can be ___if-and-only-if___ but I do not sense that is the case here.

https://github.com/llvm/llvm-project/pull/124726


More information about the llvm-commits mailing list