We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112e37c commit b494dfeCopy full SHA for b494dfe
lld/ELF/SyntheticSections.cpp
@@ -3458,7 +3458,7 @@ DebugNamesSection<ELFT> *DebugNamesSection<ELFT>::create() {
3458
ret->getMergedAbbrevTable(inputChunks);
3459
ret->getMergedSymbols(inputChunks);
3460
ret->computeUniqueHashes(inputChunks);
3461
- // inputChunks are needed any more. Reset now to save memory.
+ // inputChunks are not needed any more. Reset now to save memory.
3462
inputChunksPtr.reset();
3463
ret->generateBuckets();
3464
ret->calculateEntriesSizeAndOffsets();
0 commit comments