From: Rui Ueyama Date: Tue, 30 Jul 2013 23:20:10 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0016db818aecc14486b93c8f1f72642cac4e5de;p=platform%2Fupstream%2Fllvm.git Fix comment. llvm-svn: 187461 --- diff --git a/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp b/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp index e8d1950..64a1f6c 100644 --- a/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp +++ b/lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp @@ -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.