make spell: add a few missing misspellings, fix format of .csv file, also fix *.md

This commit is contained in:
Dan Kegel
2024-08-13 11:39:41 -07:00
committed by Ron Evans
parent e27b2c4ad6
commit a47ff02c82
6 changed files with 33 additions and 29 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ func newRunner(mod llvm.Module, timeout time.Duration, debug bool) *runner {
return &r
}
// Dispose deallocates all alloated LLVM resources.
// Dispose deallocates all allocated LLVM resources.
func (r *runner) dispose() {
r.targetData.Dispose()
r.targetData = llvm.TargetData{}