From 445bdd171ff4268157256923a1f143ec959d9366 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Wed, 5 Sep 2018 08:01:37 +0000 Subject: [clangd] Fix typo. NFC llvm-svn: 341452 --- clang-tools-extra/clangd/JSONRPCDispatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang-tools-extra/clangd/JSONRPCDispatcher.cpp') 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 RequestID; static Key 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) {} -- cgit v1.2.3