https://github.com/SrcyDev created 
https://github.com/llvm/llvm-project/pull/88285

Fix small spelling mistake.

>From 38655df3ce190f64aab41f3611c42bc2e631ce15 Mon Sep 17 00:00:00 2001
From: Srcy Dev <88575889+srcy...@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 d6335854cbf262..b1aa87ae744634 100644
--- a/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
+++ b/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
@@ -61,7 +61,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();

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to