From: David Chisnall Date: Wed, 15 Feb 2012 16:25:46 +0000 (+0000) Subject: Fix copy-and-paste error in comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=badb6cd2007825308208e6c4275ba54e220e4e28;p=clang Fix copy-and-paste error in comment git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150587 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Tools.h b/lib/Driver/Tools.h index c810bf34bf..8f451afc7d 100644 --- a/lib/Driver/Tools.h +++ b/lib/Driver/Tools.h @@ -510,7 +510,7 @@ namespace solaris { const ArgList &TCArgs, const char *LinkingOutput) const; }; -} // end namespace auroraux +} // end namespace solaris /// auroraux -- Directly call GNU Binutils assembler and linker namespace auroraux {