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
@@ -28,17 +28,17 @@
*/
/**
* Check whether the object is pushed onto the occurence stack
* Check whether the object is pushed onto the occurrence stack
*
* Used by:
* - ecma_builtin_json_object step 1
* - ecma_builtin_json_array step 1
*
* @return true - if the object is pushed onto the occurence stack
* @return true - if the object is pushed onto the occurrence stack
* false - otherwise
*/
bool
ecma_json_has_object_in_stack (ecma_json_occurence_stack_item_t *stack_p, /**< stack */
ecma_json_has_object_in_stack (ecma_json_occurrence_stack_item_t *stack_p, /**< stack */
ecma_object_t *object_p) /**< object */
{
while (stack_p != NULL)