aboutsummaryrefslogtreecommitdiffhomepage
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/llvm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/llvm.go b/compiler/llvm.go
index e69c62227..1f8f7f93f 100644
--- a/compiler/llvm.go
+++ b/compiler/llvm.go
@@ -24,7 +24,7 @@ func getUses(value llvm.Value) []llvm.Value {
}
// createTemporaryAlloca creates a new alloca in the entry block and adds
-// lifetime start infromation in the IR signalling that the alloca won't be used
+// lifetime start information in the IR signalling that the alloca won't be used
// before this point.
//
// This is useful for creating temporary allocas for intrinsics. Don't forget to