diff options
| author | Davide Italiano <davide@freebsd.org> | 2016-06-26 19:02:43 +0000 |
|---|---|---|
| committer | Davide Italiano <davide@freebsd.org> | 2016-06-26 19:02:43 +0000 |
| commit | 47ae3c3e221a52bf380dade77e665ac854fef216 (patch) | |
| tree | cd5153e99990d5413f1a8f1084ffc4cc834bbaad | |
| parent | aa2091505f6de0ababf8a6ec54e8a26c8b0be2be (diff) | |
| download | bcm5719-llvm-47ae3c3e221a52bf380dade77e665ac854fef216.tar.gz bcm5719-llvm-47ae3c3e221a52bf380dade77e665ac854fef216.zip | |
[LinkerScript] Spell 'character' correctly. NFC.
llvm-svn: 273817
| -rw-r--r-- | lld/ELF/LinkerScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index cf1f45795ef..5618754fb7c 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -289,7 +289,7 @@ int LinkerScript<ELFT>::compareSections(StringRef A, StringRef B) { } // 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 (;;) { |

