From 2008d31d061600145fa87e68a20b3dbde82a8d54 Mon Sep 17 00:00:00 2001 From: Joey Gouly Date: Tue, 24 Dec 2013 20:43:54 +0000 Subject: Fix copy/paste error. llvm-svn: 197990 --- lld/lib/Driver/CoreDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lld/lib/Driver/CoreDriver.cpp') diff --git a/lld/lib/Driver/CoreDriver.cpp b/lld/lib/Driver/CoreDriver.cpp index 859b3ebe93c..f4821f92fe8 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, \ -- cgit v1.2.3