From 46872a70b1c0afbdf8c8c3b44a24524605dc69f6 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Thu, 20 Jun 2019 21:02:49 +1000 Subject: [PATCH] Trivial typo fix --- compiler/calls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/calls.go b/compiler/calls.go index f0a49735..406122f5 100644 --- a/compiler/calls.go +++ b/compiler/calls.go @@ -38,7 +38,7 @@ func (c *Compiler) createCall(fn llvm.Value, args []llvm.Value, name string) llv } // Expand an argument type to a list that can be used in a function call -// paramter list. +// parameter list. func (c *Compiler) expandFormalParamType(t llvm.Type) []llvm.Type { switch t.TypeKind() { case llvm.StructTypeKind: