[clang] Update ExtractAPIConsumer.cpp (PR #88285)
Prajwal Nadig via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 1 07:23:06 PDT 2026
https://github.com/snprajwal updated https://github.com/llvm/llvm-project/pull/88285
>From b1efea113df109eda4a312d4cc6553b8497e7365 Mon Sep 17 00:00:00 2001
From: Srcy Dev <88575889+SrcyDev at users.noreply.github.com>
Date: Wed, 10 Apr 2024 21:17:21 +0530
Subject: [PATCH] Update ExtractAPIConsumer.cpp
Fix small spelling mistake.
---
clang/lib/ExtractAPI/ExtractAPIConsumer.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp b/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
index 52027508c54ca..20389b5e4149d 100644
--- a/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
+++ b/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
@@ -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();
More information about the cfe-commits
mailing list