clang-format: a bit nicer error message.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172211 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Format/UnwrappedLineParser.cpp b/lib/Format/UnwrappedLineParser.cpp
index a6c5c16..f7332ee 100644
--- a/lib/Format/UnwrappedLineParser.cpp
+++ b/lib/Format/UnwrappedLineParser.cpp
@@ -152,7 +152,7 @@
       } else {
         Diag.Report(FormatTok.Tok.getLocation(),
                     Diag.getCustomDiagID(clang::DiagnosticsEngine::Error,
-                                         "Stray '}' found"));
+                                         "unexpected '}'"));
         Error = true;
         nextToken();
         addUnwrappedLine();