diff --git a/misspell.csv b/misspell.csv index 965191c3..f6d58a82 100644 --- a/misspell.csv +++ b/misspell.csv @@ -19,6 +19,7 @@ evironment,environment freqency,frequency frquency,frequency implmented,implemented +interrput,interrupt interrut,interrupt interupt,interrupt measuing,measuring diff --git a/transform/interrupt.go b/transform/interrupt.go index 043eebb8..8c3ed4b5 100644 --- a/transform/interrupt.go +++ b/transform/interrupt.go @@ -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()