[lld] r266727 - Updated comment. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 05:09:26 PDT 2016
Author: grimar
Date: Tue Apr 19 07:09:25 2016
New Revision: 266727
URL: http://llvm.org/viewvc/llvm-project?rev=266727&view=rev
Log:
Updated comment. NFC.
Modified:
lld/trunk/ELF/LinkerScript.h
Modified: lld/trunk/ELF/LinkerScript.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LinkerScript.h?rev=266727&r1=266726&r2=266727&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.h (original)
+++ lld/trunk/ELF/LinkerScript.h Tue Apr 19 07:09:25 2016
@@ -42,8 +42,8 @@ private:
};
// This enum represents what we can observe in SECTIONS tag of script:
-// Expr is a location counter change, like ". = . + 0x1000"
-// Section is a description of output section, like ".data :..."
+// ExprKind is a location counter change, like ". = . + 0x1000"
+// SectionKind is a description of output section, like ".data :..."
enum SectionsCommandKind { ExprKind, SectionKind };
struct SectionsCommand {
More information about the llvm-commits
mailing list