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
View File
@@ -19,6 +19,7 @@ evironment,environment
freqency,frequency
frquency,frequency
implmented,implemented
interrput,interrupt
interrut,interrupt
interupt,interrupt
measuing,measuring
1 acces access
19 freqency frequency
20 frquency frequency
21 implmented implemented
22 interrput interrupt
23 interrut interrupt
24 interupt interrupt
25 measuing measuring
+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()