summaryrefslogtreecommitdiffstats
path: root/lld/ELF/ScriptParser.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2018-02-16 10:46:50 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2018-02-16 10:46:50 +0000
commit97f4d158bd5fa7626004a1e6799155a8ac0c27fb (patch)
treed6bb442ae47428f88f71fa3aa8441976bbdebc0d /lld/ELF/ScriptParser.cpp
parent1c08e9f5cee04c0164a5f8408e6854ce64fe3d29 (diff)
downloadbcm5719-llvm-97f4d158bd5fa7626004a1e6799155a8ac0c27fb.tar.gz
bcm5719-llvm-97f4d158bd5fa7626004a1e6799155a8ac0c27fb.zip
[ELF] - Fix comment. NFC.
Addresses forgotten comment for D43071. llvm-svn: 325332
Diffstat (limited to 'lld/ELF/ScriptParser.cpp')
-rw-r--r--lld/ELF/ScriptParser.cpp2
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
OpenPOWER on IntegriCloud