[lld] r197990 - Fix copy/paste error.

Joey Gouly joey.gouly at gmail.com
Tue Dec 24 12:43:55 PST 2013


Author: joey
Date: Tue Dec 24 14:43:54 2013
New Revision: 197990

URL: http://llvm.org/viewvc/llvm-project?rev=197990&view=rev
Log:
Fix copy/paste error.

Modified:
    lld/trunk/lib/Driver/CoreDriver.cpp

Modified: lld/trunk/lib/Driver/CoreDriver.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/Driver/CoreDriver.cpp?rev=197990&r1=197989&r2=197990&view=diff
==============================================================================
--- lld/trunk/lib/Driver/CoreDriver.cpp (original)
+++ lld/trunk/lib/Driver/CoreDriver.cpp Tue Dec 24 14:43:54 2013
@@ -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, \





More information about the llvm-commits mailing list