Skip to content

Commit e181199

Browse files
suzuki-koyaaykevl
suzuki-koya
authored andcommitted
compiler/llvm.go: fix typo
1 parent 7b23775 commit e181199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/llvm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func getUses(value llvm.Value) []llvm.Value {
2424
}
2525

2626
// createTemporaryAlloca creates a new alloca in the entry block and adds
27-
// lifetime start infromation in the IR signalling that the alloca won't be used
27+
// lifetime start information in the IR signalling that the alloca won't be used
2828
// before this point.
2929
//
3030
// This is useful for creating temporary allocas for intrinsics. Don't forget to

0 commit comments

Comments
 (0)