diff options
| author | Fangrui Song <maskray@google.com> | 2018-09-05 08:01:37 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2018-09-05 08:01:37 +0000 |
| commit | 445bdd171ff4268157256923a1f143ec959d9366 (patch) | |
| tree | da644947f74372de432371761fa2a92c3c8cadfe /clang-tools-extra/clangd/CodeComplete.cpp | |
| parent | d85264bf53744d2f4be4d049579b8810ecc24318 (diff) | |
| download | bcm5719-llvm-445bdd171ff4268157256923a1f143ec959d9366.tar.gz bcm5719-llvm-445bdd171ff4268157256923a1f143ec959d9366.zip | |
[clangd] Fix typo. NFC
llvm-svn: 341452
Diffstat (limited to 'clang-tools-extra/clangd/CodeComplete.cpp')
| -rw-r--r-- | clang-tools-extra/clangd/CodeComplete.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/CodeComplete.cpp b/clang-tools-extra/clangd/CodeComplete.cpp index 89e8acbac92..73357d8db4c 100644 --- a/clang-tools-extra/clangd/CodeComplete.cpp +++ b/clang-tools-extra/clangd/CodeComplete.cpp @@ -1629,7 +1629,7 @@ CompletionItem CodeCompletion::render(const CodeCompleteOptions &Opts) const { LSP.sortText = sortText(Score.Total, Name); LSP.filterText = Name; LSP.textEdit = {CompletionTokenRange, RequiredQualifier + Name}; - // Merge continious additionalTextEdits into main edit. The main motivation + // Merge continuous additionalTextEdits into main edit. The main motivation // behind this is to help LSP clients, it seems most of them are confused when // they are provided with additionalTextEdits that are consecutive to main // edit. |

