mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-22 15:31:00 +00:00
[clangd][NFC] Fix typo in comment
llvm-svn: 367361
This commit is contained in:
parent
0e252e38ef
commit
c32e10794d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user