diff options
| -rw-r--r-- | polly/lib/Analysis/ScopDetectionDiagnostic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopDetectionDiagnostic.cpp b/polly/lib/Analysis/ScopDetectionDiagnostic.cpp index 6e869cf3e60..fef69b35326 100644 --- a/polly/lib/Analysis/ScopDetectionDiagnostic.cpp +++ b/polly/lib/Analysis/ScopDetectionDiagnostic.cpp @@ -411,7 +411,7 @@ const DebugLoc &ReportFuncCall::getDebugLoc() const { } std::string ReportFuncCall::getEndUserMessage() const { - return "This function call cannot be handeled. " + return "This function call cannot be handled. " "Try to inline it."; } |

