[lld] r286801 - [ELF] - Fix mistype. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 01:56:35 PST 2016
Author: grimar
Date: Mon Nov 14 03:56:35 2016
New Revision: 286801
URL: http://llvm.org/viewvc/llvm-project?rev=286801&view=rev
Log:
[ELF] - Fix mistype. NFC.
Modified:
lld/trunk/ELF/SymbolTable.cpp
Modified: lld/trunk/ELF/SymbolTable.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/SymbolTable.cpp?rev=286801&r1=286800&r2=286801&view=diff
==============================================================================
--- lld/trunk/ELF/SymbolTable.cpp (original)
+++ lld/trunk/ELF/SymbolTable.cpp Mon Nov 14 03:56:35 2016
@@ -638,7 +638,7 @@ findAllDemangled(const std::map<std::str
}
// If there's only one anonymous version definition in a version
-// script file, the script does not actullay define any symbol version,
+// script file, the script does not actually define any symbol version,
// but just specifies symbols visibilities. We assume that the script was
// in the form of { global: foo; bar; local *; }. So, local is default.
// In this function, we make specified symbols global.
More information about the llvm-commits
mailing list