Update ExtractAPIConsumer.cpp (#88285)

Fix small spelling mistake.

Co-authored-by: Srcy Dev <88575889+SrcyDev@users.noreply.github.com>
This commit is contained in:
argmaxin 2026-04-01 20:19:38 +05:30 committed by GitHub
parent 0b61cd39e4
commit c7c9b25e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();