diff options
author | Jan Korous <jkorous@apple.com> | 2019-07-30 22:18:04 +0000 |
---|---|---|
committer | Jan Korous <jkorous@apple.com> | 2019-07-30 22:18:04 +0000 |
commit | c32e10794dc7f30384b7e4fa206e7535e4957815 (patch) | |
tree | b6b0fc26acb5882078418adf5787480f5b36928c | |
parent | 0e252e38ef84e42cc0b6d0e6b0f0894f6867e5a7 (diff) | |
download | bcm5719-llvm-c32e10794dc7f30384b7e4fa206e7535e4957815.tar.gz bcm5719-llvm-c32e10794dc7f30384b7e4fa206e7535e4957815.zip |
[clangd][NFC] Fix typo in comment
llvm-svn: 367361
-rw-r--r-- | clang-tools-extra/clangd/ClangdUnit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/ClangdUnit.cpp b/clang-tools-extra/clangd/ClangdUnit.cpp index 9908fee32b1..35c0dcd47d2 100644 --- a/clang-tools-extra/clangd/ClangdUnit.cpp +++ b/clang-tools-extra/clangd/ClangdUnit.cpp @@ -374,7 +374,7 @@ ParsedAST::build(std::unique_ptr<CompilerInvocation> CI, } } - // Add IncludeFixer which can recorver diagnostics caused by missing includes + // Add IncludeFixer which can recover diagnostics caused by missing includes // (e.g. incomplete type) and attach include insertion fixes to diagnostics. llvm::Optional<IncludeFixer> FixIncludes; auto BuildDir = VFS->getCurrentWorkingDirectory(); |