[LLD] Fix typo. NFC

llvm-svn: 315675
This commit is contained in:
Shoaib Meenai 2017-10-13 06:11:20 +00:00
parent bf0de9d3b6
commit ba23183ba7
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ SymbolBody::SymbolBody(Kind K, StringRefZ Name, bool IsLocal, uint8_t StOther,
bool SymbolBody::isUndefWeak() const {
// A note on isLazy() in the following expression: If you add a weak
// undefined symbol and then a lazy symbol to the symbol table, the
// combined result is a lazy weak symbol. isLazy is for that sitaution.
// combined result is a lazy weak symbol. isLazy is for that situation.
//
// Weak undefined symbols shouldn't fetch archive members (for
// compatibility with other linkers), but we still want to memorize