forked from OSchip/llvm-project
[ELF] - Fix comment. NFC.
Addresses forgotten comment for D43071. llvm-svn: 325332
This commit is contained in:
parent
1c08e9f5ce
commit
97f4d158bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue