From a78d75f1859791ce54b512bce8f439b10f922c48 Mon Sep 17 00:00:00 2001 From: Bertie Wheen Date: Mon, 27 Jan 2014 03:50:35 +0000 Subject: [PATCH] Minor fix in a comment --- func.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func.cpp b/func.cpp index 3d3a4112..76ae43f5 100644 --- a/func.cpp +++ b/func.cpp @@ -240,7 +240,7 @@ Function::emitCode(FunctionEmitContext *ctx, llvm::Function *function, const FunctionType *type = CastType(sym->type); Assert(type != NULL); if (type->isTask == true) { - // For tasks, we there should always be three parmeters: the + // For tasks, there should always be three parameters: the // pointer to the structure that holds all of the arguments, the // thread index, and the thread count variables. llvm::Function::arg_iterator argIter = function->arg_begin();