diff options
author | Tobias Grosser <tobias@grosser.es> | 2014-02-26 10:21:56 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2014-02-26 10:21:56 +0000 |
commit | bd25bebf75736c0692f64f26c8119d62b8c9393d (patch) | |
tree | a0daa310ab3f906c5f39417aaee29eafe248330e /clang/lib/CodeGen/CodeGenAction.cpp | |
parent | 737285e02db7e38425ab1203095ae685fd20241c (diff) | |
download | bcm5719-llvm-bd25bebf75736c0692f64f26c8119d62b8c9393d.tar.gz bcm5719-llvm-bd25bebf75736c0692f64f26c8119d62b8c9393d.zip |
Fix typo
llvm-svn: 202254
Diffstat (limited to 'clang/lib/CodeGen/CodeGenAction.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenAction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |