Fix copy/paste error.

llvm-svn: 197990
This commit is contained in:
Joey Gouly 2013-12-24 20:43:54 +00:00
parent 27fbf0efd1
commit 2008d31d06
1 changed files with 1 additions and 1 deletions

View File

@ -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, \