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/JSONRPCDispatcher.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/JSONRPCDispatcher.cpp')
| -rw-r--r-- | clang-tools-extra/clangd/JSONRPCDispatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/JSONRPCDispatcher.cpp b/clang-tools-extra/clangd/JSONRPCDispatcher.cpp index 9dea83ae896..a3dd9ac4a49 100644 --- a/clang-tools-extra/clangd/JSONRPCDispatcher.cpp +++ b/clang-tools-extra/clangd/JSONRPCDispatcher.cpp @@ -28,7 +28,7 @@ namespace { static Key<json::Value> RequestID; static Key<JSONOutput *> RequestOut; -// When tracing, we trace a request and attach the repsonse in reply(). +// When tracing, we trace a request and attach the response in reply(). // Because the Span isn't available, we find the current request using Context. class RequestSpan { RequestSpan(llvm::json::Object *Args) : Args(Args) {} |

