[lld] r313523 - [ELF] - Fix comment. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 02:46:18 PDT 2017


Author: grimar
Date: Mon Sep 18 02:46:18 2017
New Revision: 313523

URL: http://llvm.org/viewvc/llvm-project?rev=313523&view=rev
Log:
[ELF] - Fix comment. NFC.

Modified:
    lld/trunk/ELF/OutputSections.cpp

Modified: lld/trunk/ELF/OutputSections.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/OutputSections.cpp?rev=313523&r1=313522&r2=313523&view=diff
==============================================================================
--- lld/trunk/ELF/OutputSections.cpp (original)
+++ lld/trunk/ELF/OutputSections.cpp Mon Sep 18 02:46:18 2017
@@ -251,7 +251,7 @@ void OutputSectionFactory::addInputSec(I
     return;
   }
 
-  // Sections with the SHT_GROUP attribute reach here only when the - r option
+  // Sections with the SHT_GROUP attribute reach here only when the -r option
   // is given. Such sections define "section groups", and InputFiles.cpp has
   // dedup'ed section groups by their signatures. For the -r, we want to pass
   // through all SHT_GROUP sections without merging them because merging them




More information about the llvm-commits mailing list