diff options
Diffstat (limited to 'lld/ELF/ScriptParser.cpp')
-rw-r--r-- | lld/ELF/ScriptParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/ScriptParser.cpp b/lld/ELF/ScriptParser.cpp index 41857227641..8740f6ad5fc 100644 --- a/lld/ELF/ScriptParser.cpp +++ b/lld/ELF/ScriptParser.cpp @@ -623,7 +623,7 @@ uint32_t ScriptParser::readFill() { // // An output section name can be followed by an address expression // and/or directive. This grammar is not LL(1) because "(" can be -// interpreted as either the beginning of some expression or begining +// interpreted as either the beginning of some expression or beginning // of directive. // // https://sourceware.org/binutils/docs/ld/Output-Section-Address.html |