fix typo
authorSebastian Pop <spop@codeaurora.org>
Mon, 6 Feb 2012 05:29:29 +0000 (05:29 +0000)
committerSebastian Pop <spop@codeaurora.org>
Mon, 6 Feb 2012 05:29:29 +0000 (05:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149856 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/JSONParser.cpp

index 0832ec326dfa64aa3ada5eb3928e3623f8dff5cc..5dfcf297a7ea78bcf2595098cb6eeb7b65b9191d 100644 (file)
@@ -29,7 +29,7 @@ JSONParser::JSONParser(StringRef Input, SourceMgr *SM)
 
 JSONValue *JSONParser::parseRoot() {
   if (Position != InputBuffer->getBuffer().begin())
-    report_fatal_error("Cannot resuse JSONParser.");
+    report_fatal_error("Cannot reuse JSONParser.");
   if (isWhitespace())
     nextNonWhitespace();
   if (errorIfAtEndOfFile("'[' or '{' at start of JSON text"))