feat: fix typos

This commit is contained in:
shivay
2023-03-24 12:22:18 +01:00
committed by Damian Gryski
parent 4b0e56cbec
commit d73e12db63
9 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ func (r *runner) compileFunction(llvmFn llvm.Value) *function {
}
}
case llvm.BitCast, llvm.IntToPtr, llvm.PtrToInt:
// Bitcasts are ususally used to cast a pointer from one type to
// Bitcasts are usually used to cast a pointer from one type to
// another leaving the pointer itself intact.
inst.name = llvmInst.Name()
inst.operands = []value{