aboutsummaryrefslogtreecommitdiff
path: root/ELF/ScriptParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'ELF/ScriptParser.h')
-rw-r--r--ELF/ScriptParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/ScriptParser.h b/ELF/ScriptParser.h
index 110684761..c953fb302 100644
--- a/ELF/ScriptParser.h
+++ b/ELF/ScriptParser.h
@@ -16,7 +16,7 @@ namespace lld {
namespace elf {
// Parses a linker script. Calling this function updates
-// Config and ScriptConfig.
+// lld::elf::config and lld::elf::script.
void readLinkerScript(MemoryBufferRef mb);
// Parses a version script.