Trivial typo fix

This commit is contained in:
Justin Clift
2019-06-20 21:02:49 +10:00
committed by Ayke
parent e9f6e51fc8
commit 46872a70b1
+1 -1
View File
@@ -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: