From bd25bebf75736c0692f64f26c8119d62b8c9393d Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Wed, 26 Feb 2014 10:21:56 +0000 Subject: Fix typo llvm-svn: 202254 --- clang/lib/CodeGen/CodeGenAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenAction.cpp') diff --git a/clang/lib/CodeGen/CodeGenAction.cpp b/clang/lib/CodeGen/CodeGenAction.cpp index 5f66ba1735e..d7c03e8820a 100644 --- a/clang/lib/CodeGen/CodeGenAction.cpp +++ b/clang/lib/CodeGen/CodeGenAction.cpp @@ -320,7 +320,7 @@ BackendConsumer::InlineAsmDiagHandler(const llvm::DiagnosticInfoInlineAsm &D) { std::string Message = D.getMsgStr().str(); // If this problem has clang-level source location information, report the - // issue as being a prbolem in the source with a note showing the instantiated + // issue as being a problem in the source with a note showing the instantiated // code. SourceLocation LocCookie = SourceLocation::getFromRawEncoding(D.getLocCookie()); -- cgit v1.2.3