[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
================
@@ -4770,7 +4770,7 @@ void RewriteInstance::updateELFSymbolTable(
if (!Section)
return false;
- // Remove the section symbol iif the corresponding section was stripped.
+ // Remove the section symbol if the corresponding section was stripped.
----------------
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