Fix typo in property hashmap define (#4664)

Fixes jerryscript-project/jerryscript#4648

JerryScript-DCO-1.0-Signed-off-by: Jiawen Geng technicalcute@gmail.com
This commit is contained in:
Jiawen Geng
2021-05-26 18:26:11 +08:00
committed by GitHub
parent 800031c62b
commit 7be339ad61
14 changed files with 69 additions and 69 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ typedef struct
*/
} ecma_property_hashmap_t;
#if JERRY_PROPRETY_HASHMAP
#if JERRY_PROPERTY_HASHMAP
/**
* Simple ecma values
@@ -74,7 +74,7 @@ ecma_property_hashmap_delete_status ecma_property_hashmap_delete (ecma_object_t
ecma_property_t *ecma_property_hashmap_find (ecma_property_hashmap_t *hashmap_p, ecma_string_t *name_p,
jmem_cpointer_t *property_real_name_cp);
#endif /* JERRY_PROPRETY_HASHMAP */
#endif /* JERRY_PROPERTY_HASHMAP */
/**
* @}