From: Tobias Grosser Date: Wed, 26 Feb 2014 10:21:56 +0000 (+0000) Subject: Fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbc8adad1cfb5a2aea84f5f32f1d229c6b7aaaa9;p=clang Fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202254 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenAction.cpp b/lib/CodeGen/CodeGenAction.cpp index 5f66ba1735..d7c03e8820 100644 --- a/lib/CodeGen/CodeGenAction.cpp +++ b/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());