aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Chisnall <csdavec@swan.ac.uk>2012-02-15 16:25:46 +0000
committerDavid Chisnall <csdavec@swan.ac.uk>2012-02-15 16:25:46 +0000
commitbadb6cd2007825308208e6c4275ba54e220e4e28 (patch)
treea2edcc6e01b45980693f322712a2cd3c3da98812
parent793cd1c4cdfaafc52e2c2ad9dae959befe4bb166 (diff)
Fix copy-and-paste error in comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150587 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Driver/Tools.h2
1 files changed, 1 insertions, 1 deletions
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 {