[lld] r315878 - [COFF] Fix the description of the data type in a comment. NFC.

Martin Storsjo via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 14:09:43 PDT 2017


Author: mstorsjo
Date: Sun Oct 15 14:09:43 2017
New Revision: 315878

URL: http://llvm.org/viewvc/llvm-project?rev=315878&view=rev
Log:
[COFF] Fix the description of the data type in a comment. NFC.

This was missed when changing data types back and forth during
review.

Modified:
    lld/trunk/COFF/Driver.cpp

Modified: lld/trunk/COFF/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/Driver.cpp?rev=315878&r1=315877&r2=315878&view=diff
==============================================================================
--- lld/trunk/COFF/Driver.cpp (original)
+++ lld/trunk/COFF/Driver.cpp Sun Oct 15 14:09:43 2017
@@ -547,7 +547,7 @@ static void parseModuleDefs(StringRef Pa
   }
 }
 
-// Get a sorted list of symbols not to automatically export
+// Get a set of symbols not to automatically export
 // when exporting all global symbols for MinGW.
 static StringSet<> getExportExcludeSymbols() {
   if (Config->Machine == I386)




More information about the llvm-commits mailing list