diff options
Diffstat (limited to 'lld/COFF/Chunks.h')
-rw-r--r-- | lld/COFF/Chunks.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lld/COFF/Chunks.h b/lld/COFF/Chunks.h index 7f6d06198c8..60b8e76f823 100644 --- a/lld/COFF/Chunks.h +++ b/lld/COFF/Chunks.h @@ -204,8 +204,7 @@ private: void replace(SectionChunk *Other); std::atomic<uint64_t> GroupID = { 0 }; - // Chunks are basically unnamed chunks of bytes. - // Symbols are associated for debugging and logging purposs only. + // Sym points to a section symbol if this is a COMDAT chunk. DefinedRegular *Sym = nullptr; }; |