summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenAction.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2014-02-26 10:21:56 +0000
committerTobias Grosser <tobias@grosser.es>2014-02-26 10:21:56 +0000
commitbd25bebf75736c0692f64f26c8119d62b8c9393d (patch)
treea0daa310ab3f906c5f39417aaee29eafe248330e /clang/lib/CodeGen/CodeGenAction.cpp
parent737285e02db7e38425ab1203095ae685fd20241c (diff)
downloadbcm5719-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.cpp2
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());
OpenPOWER on IntegriCloud