[lld] r325332 - [ELF] - Fix comment. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 16 02:46:50 PST 2018
Author: grimar
Date: Fri Feb 16 02:46:50 2018
New Revision: 325332
URL: http://llvm.org/viewvc/llvm-project?rev=325332&view=rev
Log:
[ELF] - Fix comment. NFC.
Addresses forgotten comment for D43071.
Modified:
lld/trunk/ELF/ScriptParser.cpp
Modified: lld/trunk/ELF/ScriptParser.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/ScriptParser.cpp?rev=325332&r1=325331&r2=325332&view=diff
==============================================================================
--- lld/trunk/ELF/ScriptParser.cpp (original)
+++ lld/trunk/ELF/ScriptParser.cpp Fri Feb 16 02:46:50 2018
@@ -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
More information about the llvm-commits
mailing list