Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Jan 16, 2014
1 parent eb71310 commit 0e90247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class FunctionMover : public ValueMaterializer
return clone_llvm_function(F,this);
}
}
// Still a declaration and still in a diffrent module
// Still a declaration and still in a different module
if(F->isDeclaration() && F->getParent() != destModule)
{
// Create forward declaration in current module
Expand Down

0 comments on commit 0e90247

Please sign in to comment.