Change a comment to match the surrounding code.

This commit is contained in:
Robert Sayre 2010-07-30 20:12:45 -07:00
Родитель cdca710a52
Коммит a83f188b52
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -674,7 +674,7 @@ js_FinishJSONParse(JSContext *cx, JSONParser *jp, jsval reviver)
}
}
/* This internal API is infallible, in spite of its JSBool return type. */
// This internal API is infallible, in spite of its JSBool return type.
js_RemoveRoot(cx->runtime, &jp->objectStack);
bool ok = *jp->statep == JSON_PARSE_STATE_FINISHED;