summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Support/JSONParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/JSONParser.cpp b/llvm/lib/Support/JSONParser.cpp
index 0832ec326df..5dfcf297a7e 100644
--- a/llvm/lib/Support/JSONParser.cpp
+++ b/llvm/lib/Support/JSONParser.cpp
@@ -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"))
OpenPOWER on IntegriCloud