Test commit: fix typo in comment

llvm-svn: 344185
This commit is contained in:
Armando Montanez 2018-10-10 21:16:57 +00:00
parent ceed4eb13d
commit fdb732b56c
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ static void handleArgs(const CopyConfig &Config, Object &Obj,
// The purpose of this loop is to mark symbols referenced by sections
// (like GroupSection or RelocationSection). This way, we know which
// symbols are still 'needed' and wich are not.
// symbols are still 'needed' and which are not.
if (Config.StripUnneeded) {
for (auto &Section : Obj.sections())
Section.markSymbols();