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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user