We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82ff05 commit 5d82a7eCopy full SHA for 5d82a7e
misspell.csv
@@ -19,6 +19,7 @@ evironment,environment
19
freqency,frequency
20
frquency,frequency
21
implmented,implemented
22
+interrput,interrupt
23
interrut,interrupt
24
interupt,interrupt
25
measuing,measuring
transform/interrupt.go
@@ -137,7 +137,7 @@ func LowerInterrupts(mod llvm.Module) []error {
137
user.ReplaceAllUsesWith(llvm.ConstInt(user.Type(), uint64(num), true))
138
}
139
140
- // The runtime/interrput.handle struct can finally be removed.
+ // The runtime/interrupt.handle struct can finally be removed.
141
// It would probably be eliminated anyway by a globaldce pass but it's
142
// better to do it now to be sure.
143
handler.EraseFromParentAsGlobal()
0 commit comments