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:
Zsolt Borbély
2021-11-02 11:37:05 +01:00
committed by GitHub
parent 89e367bbfd
commit 6a995e2887
39 changed files with 173 additions and 168 deletions
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */