]> granicus.if.org Git - clang/commitdiff
Fix typo
authorTobias Grosser <tobias@grosser.es>
Wed, 26 Feb 2014 10:21:56 +0000 (10:21 +0000)
committerTobias Grosser <tobias@grosser.es>
Wed, 26 Feb 2014 10:21:56 +0000 (10:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202254 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenAction.cpp

index 5f66ba1735e9e9dfb51ccca19747fe8f46f6bcdd..d7c03e8820ae1c230d92b4a1e6467e0deab46a30 100644 (file)
@@ -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());