Fix comment.

llvm-svn: 187461
This commit is contained in:
Rui Ueyama 2013-07-30 23:20:10 +00:00
parent dcf09476ff
commit a0016db818
1 changed files with 1 additions and 1 deletions

View 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.