Skip to content

Commit 5d82a7e

Browse files
dkegel-fastlydeadprogram
authored andcommitted
misspell.csv: add another misspelling. Fix by hand, since spellfix is too timid to fix in non-whitespace context?
1 parent c82ff05 commit 5d82a7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

misspell.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ evironment,environment
1919
freqency,frequency
2020
frquency,frequency
2121
implmented,implemented
22+
interrput,interrupt
2223
interrut,interrupt
2324
interupt,interrupt
2425
measuing,measuring

transform/interrupt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func LowerInterrupts(mod llvm.Module) []error {
137137
user.ReplaceAllUsesWith(llvm.ConstInt(user.Type(), uint64(num), true))
138138
}
139139

140-
// The runtime/interrput.handle struct can finally be removed.
140+
// The runtime/interrupt.handle struct can finally be removed.
141141
// It would probably be eliminated anyway by a globaldce pass but it's
142142
// better to do it now to be sure.
143143
handler.EraseFromParentAsGlobal()

0 commit comments

Comments
 (0)