r202254 - Fix typo
Tobias Grosser
tobias at grosser.es
Wed Feb 26 02:21:56 PST 2014
Author: grosser
Date: Wed Feb 26 04:21:56 2014
New Revision: 202254
URL: http://llvm.org/viewvc/llvm-project?rev=202254&view=rev
Log:
Fix typo
Modified:
cfe/trunk/lib/CodeGen/CodeGenAction.cpp
Modified: cfe/trunk/lib/CodeGen/CodeGenAction.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenAction.cpp?rev=202254&r1=202253&r2=202254&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenAction.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenAction.cpp Wed Feb 26 04:21:56 2014
@@ -320,7 +320,7 @@ BackendConsumer::InlineAsmDiagHandler(co
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());
More information about the cfe-commits
mailing list