mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-22 02:05:01 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149856 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c05277ea87
commit
41a2600f6a
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user