aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@gmail.com>2013-12-24 20:43:54 +0000
committerJoey Gouly <joey.gouly@gmail.com>2013-12-24 20:43:54 +0000
commit2008d31d061600145fa87e68a20b3dbde82a8d54 (patch)
treefd788af85c04e6610261cece98c147f117e23325
parent27fbf0efd1baab54db09bf2d73b1634530829378 (diff)
downloadllvm-2008d31d061600145fa87e68a20b3dbde82a8d54.zip
llvm-2008d31d061600145fa87e68a20b3dbde82a8d54.tar.gz
llvm-2008d31d061600145fa87e68a20b3dbde82a8d54.tar.bz2
Fix copy/paste error.
llvm-svn: 197990
-rw-r--r--lld/lib/Driver/CoreDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/Driver/CoreDriver.cpp b/lld/lib/Driver/CoreDriver.cpp
index 859b3eb..f4821f92 100644
--- a/lld/lib/Driver/CoreDriver.cpp
+++ b/lld/lib/Driver/CoreDriver.cpp
@@ -30,7 +30,7 @@ using namespace lld;
namespace {
-// Create enum with OPT_xxx values for each option in DarwinOptions.td
+// Create enum with OPT_xxx values for each option in CoreOptions.td
enum {
OPT_INVALID = 0,
#define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \