From bbb8eb58f98b382d51e33e1dc7fda58dea8f728a Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Mon, 6 Feb 2012 05:29:29 +0000 Subject: fix typo llvm-svn: 149856 --- llvm/lib/Support/JSONParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/JSONParser.cpp') 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")) -- cgit v1.2.3