[LLD] Fix typo. NFC
authorShoaib Meenai <smeenai@fb.com>
Fri, 13 Oct 2017 06:11:20 +0000 (06:11 +0000)
committerShoaib Meenai <smeenai@fb.com>
Fri, 13 Oct 2017 06:11:20 +0000 (06:11 +0000)
llvm-svn: 315675

lld/ELF/Symbols.cpp

index 1f553b87ce1ff91ce4df2ba748231d45d15f2758..103993cb903e4cde51fa100542755778925fb6c4 100644 (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