summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/JSONRPCDispatcher.cpp
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-09-05 08:01:37 +0000
committerFangrui Song <maskray@google.com>2018-09-05 08:01:37 +0000
commit445bdd171ff4268157256923a1f143ec959d9366 (patch)
treeda644947f74372de432371761fa2a92c3c8cadfe /clang-tools-extra/clangd/JSONRPCDispatcher.cpp
parentd85264bf53744d2f4be4d049579b8810ecc24318 (diff)
downloadbcm5719-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.cpp2
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) {}
OpenPOWER on IntegriCloud