aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/JSONParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/JSONParser.cpp')
-rw-r--r--lib/Support/JSONParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/JSONParser.cpp b/lib/Support/JSONParser.cpp
index 0832ec326d..5dfcf297a7 100644
--- a/lib/Support/JSONParser.cpp
+++ b/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"))