Update ExtractAPIConsumer.cpp (#88285)
Fix small spelling mistake. Co-authored-by: Srcy Dev <88575889+SrcyDev@users.noreply.github.com>
This commit is contained in:
parent
0b61cd39e4
commit
c7c9b25e8b
@ -60,7 +60,7 @@ std::optional<std::string> getRelativeIncludeName(const CompilerInstance &CI,
|
||||
StringRef File,
|
||||
bool *IsQuoted = nullptr) {
|
||||
assert(CI.hasFileManager() &&
|
||||
"CompilerInstance does not have a FileNamager!");
|
||||
"CompilerInstance does not have a FileManager!");
|
||||
|
||||
using namespace llvm::sys;
|
||||
const auto &FS = CI.getVirtualFileSystem();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user