Browse Source

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

pull/4414/head
Dan Kegel 3 months ago
committed by Ron Evans
parent
commit
5d82a7eee6
  1. 1
      misspell.csv
  2. 2
      transform/interrupt.go

1
misspell.csv

@ -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

2
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()

Loading…
Cancel
Save