diff --git a/lld/lib/Driver/CoreDriver.cpp b/lld/lib/Driver/CoreDriver.cpp index 859b3ebe93c7..f4821f92fe83 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, \