[lld] r273817 - [LinkerScript] Spell 'character' correctly. NFC.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 26 12:02:43 PDT 2016


Author: davide
Date: Sun Jun 26 14:02:43 2016
New Revision: 273817

URL: http://llvm.org/viewvc/llvm-project?rev=273817&view=rev
Log:
[LinkerScript] Spell 'character' correctly. NFC.

Modified:
    lld/trunk/ELF/LinkerScript.cpp

Modified: lld/trunk/ELF/LinkerScript.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/LinkerScript.cpp?rev=273817&r1=273816&r2=273817&view=diff
==============================================================================
--- lld/trunk/ELF/LinkerScript.cpp (original)
+++ lld/trunk/ELF/LinkerScript.cpp Sun Jun 26 14:02:43 2016
@@ -289,7 +289,7 @@ int LinkerScript<ELFT>::compareSections(
 }
 
 // Returns true if S matches T. S can contain glob meta-characters.
-// The asterisk ('*') matches zero or more characacters, and the question
+// The asterisk ('*') matches zero or more characters, and the question
 // mark ('?') matches one character.
 static bool matchStr(StringRef S, StringRef T) {
   for (;;) {




More information about the llvm-commits mailing list