(diagnostics) Fix typo.

Thanks Albert Cohen.

llvm-svn: 224584
This commit is contained in:
Andreas Simbuerger 2014-12-19 16:49:39 +00:00
parent ea3c802887
commit 6492b700c3
1 changed files with 1 additions and 1 deletions

View File

@ -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.";
}