Fix typo. From Damjan Marion.

llvm-svn: 133511
This commit is contained in:
Joerg Sonnenberger 2011-06-21 08:45:08 +00:00
parent 165910fa6d
commit 4eb724ffdf
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ namespace netbsd {
public:
Link(const ToolChain &TC, const llvm::Triple &ToolTriple)
: Tool("netbsd::Ling", "linker", TC), ToolTriple(ToolTriple) {}
: Tool("netbsd::Link", "linker", TC), ToolTriple(ToolTriple) {}
virtual bool hasIntegratedCPP() const { return false; }