Fix comment typo.

llvm-svn: 188045
This commit is contained in:
Rui Ueyama 2013-08-09 01:06:19 +00:00
parent fe2833be4d
commit 6427ae8ae6
1 changed files with 1 additions and 1 deletions

View File

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