misspell.csv: add another misspelling. Fix by hand, since spellfix is too timid to fix in non-whitespace context?

This commit is contained in:
Dan Kegel
2024-08-14 14:30:56 -07:00
committed by Ron Evans
parent c82ff057f5
commit 5d82a7eee6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ func LowerInterrupts(mod llvm.Module) []error {
user.ReplaceAllUsesWith(llvm.ConstInt(user.Type(), uint64(num), true))
}
// The runtime/interrput.handle struct can finally be removed.
// The runtime/interrupt.handle struct can finally be removed.
// It would probably be eliminated anyway by a globaldce pass but it's
// better to do it now to be sure.
handler.EraseFromParentAsGlobal()