[lld] r188045 - Fix comment typo.
    Rui Ueyama 
    ruiu at google.com
       
    Thu Aug  8 18:06:19 PDT 2013
    
    
  
Author: ruiu
Date: Thu Aug  8 20:06:19 2013
New Revision: 188045
URL: http://llvm.org/viewvc/llvm-project?rev=188045&view=rev
Log:
Fix comment typo.
Modified:
    lld/trunk/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
Modified: lld/trunk/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp?rev=188045&r1=188044&r2=188045&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp (original)
+++ lld/trunk/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp Thu Aug  8 20:06:19 2013
@@ -247,7 +247,7 @@ private:
         return ec;
       assert(sec && "SectionIndex > 0, Sec must be non-null!");
 
-      // SKip if it's a section symbol for a COMDAT section. A section symbol
+      // Skip if it's a section symbol for a COMDAT section. A section symbol
       // has the name of the section and value 0. A translation unit may contain
       // multiple COMDAT sections whose section name are the same. We don't want
       // to make atoms for them as they would become duplicate symbols.
    
    
More information about the llvm-commits
mailing list