Fix typos in the documentation and related files (#4809)
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
@@ -3541,7 +3541,7 @@ consume_last_statement:
|
||||
} /* parser_parse_statements */
|
||||
|
||||
/**
|
||||
* Free jumps stored on the stack if a parse error is occured.
|
||||
* Free jumps stored on the stack if a parse error is occurred.
|
||||
*/
|
||||
void JERRY_ATTR_NOINLINE
|
||||
parser_free_jumps (parser_stack_iterator_t iterator) /**< iterator position */
|
||||
|
||||
@@ -1898,7 +1898,7 @@ scanner_reverse_info_list (parser_context_t *context_p) /**< context */
|
||||
|
||||
/**
|
||||
* Release unused scanner info blocks.
|
||||
* This should happen only if an error is occured.
|
||||
* This should happen only if an error is occurred.
|
||||
*/
|
||||
void
|
||||
scanner_cleanup (parser_context_t *context_p) /**< context */
|
||||
|
||||
Reference in New Issue
Block a user