Updated comment. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 19 Apr 2016 12:09:25 +0000 (12:09 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 19 Apr 2016 12:09:25 +0000 (12:09 +0000)
llvm-svn: 266727

lld/ELF/LinkerScript.h

index e1c6b51..9703047 100644 (file)
@@ -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 {