[polly] r224584 - (diagnostics) Fix typo.

Andreas Simbuerger simbuerg at fim.uni-passau.de
Fri Dec 19 08:49:40 PST 2014


Author: simbuerg
Date: Fri Dec 19 10:49:39 2014
New Revision: 224584

URL: http://llvm.org/viewvc/llvm-project?rev=224584&view=rev
Log:
(diagnostics) Fix typo.

Thanks Albert Cohen.

Modified:
    polly/trunk/lib/Analysis/ScopDetectionDiagnostic.cpp

Modified: polly/trunk/lib/Analysis/ScopDetectionDiagnostic.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopDetectionDiagnostic.cpp?rev=224584&r1=224583&r2=224584&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopDetectionDiagnostic.cpp (original)
+++ polly/trunk/lib/Analysis/ScopDetectionDiagnostic.cpp Fri Dec 19 10:49:39 2014
@@ -411,7 +411,7 @@ const DebugLoc &ReportFuncCall::getDebug
 }
 
 std::string ReportFuncCall::getEndUserMessage() const {
-  return "This function call cannot be handeled. "
+  return "This function call cannot be handled. "
          "Try to inline it.";
 }
 





More information about the llvm-commits mailing list