mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
misspell.csv: add another misspelling. Fix by hand, since spellfix is too timid to fix in non-whitespace context?
This commit is contained in:
@@ -19,6 +19,7 @@ evironment,environment
|
||||
freqency,frequency
|
||||
frquency,frequency
|
||||
implmented,implemented
|
||||
interrput,interrupt
|
||||
interrut,interrupt
|
||||
interupt,interrupt
|
||||
measuing,measuring
|
||||
|
||||
|
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user