[lld] r281836 - [ELF] - Fix comment. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 17 12:21:06 PDT 2016
Author: grimar
Date: Sat Sep 17 14:21:05 2016
New Revision: 281836
URL: http://llvm.org/viewvc/llvm-project?rev=281836&view=rev
Log:
[ELF] - Fix comment. NFC.
Modified:
lld/trunk/ELF/LinkerScript.cpp
Modified: lld/trunk/ELF/LinkerScript.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LinkerScript.cpp?rev=281836&r1=281835&r2=281836&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.cpp (original)
+++ lld/trunk/ELF/LinkerScript.cpp Sat Sep 17 14:21:05 2016
@@ -278,7 +278,7 @@ void LinkerScript<ELFT>::processCommands
}
if (auto *Cmd = dyn_cast<AssertCommand>(Base1.get())) {
// If we don't have SECTIONS then output sections have already been
- // created by Writer<EFLT>. The LinkerScript<ELFT>::assignAddresses
+ // created by Writer<ELFT>. The LinkerScript<ELFT>::assignAddresses
// will not be called, so ASSERT should be evaluated now.
if (!Opt.HasSections)
Cmd->Expression(0);
More information about the llvm-commits
mailing list