Fix comment.
authorRui Ueyama <ruiu@google.com>
Tue, 30 Jul 2013 23:20:10 +0000 (23:20 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 30 Jul 2013 23:20:10 +0000 (23:20 +0000)
llvm-svn: 187461

lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp

index e8d1950..64a1f6c 100644 (file)
@@ -578,7 +578,7 @@ private:
       llvm::COFF::IMAGE_SCN_MEM_WRITE;
 };
 
-// \brief A DataSectionChunk represents a .data section.
+// \brief A BSSSectionChunk represents a .bss section.
 class BssSectionChunk : public SectionChunk {
 public:
   // BSS section does not have contents, so write should be no-op.