aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/base/ecma-property-hashmap.h
diff options
context:
space:
mode:
authorZsolt Borbély <zsborbely.u-szeged@partner.samsung.com>2021-11-02 11:37:05 +0100
committerGitHub <noreply@github.com>2021-11-02 11:37:05 +0100
commit6a995e28877929486e7e135d82d73594a1b976d9 (patch)
tree5ebccd44fb3cb18448f77a40064e67fdc07b6475 /jerry-core/ecma/base/ecma-property-hashmap.h
parent89e367bbfd940a4572edb3a3a46148e32f5c183f (diff)
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
Diffstat (limited to 'jerry-core/ecma/base/ecma-property-hashmap.h')
-rw-r--r--jerry-core/ecma/base/ecma-property-hashmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jerry-core/ecma/base/ecma-property-hashmap.h b/jerry-core/ecma/base/ecma-property-hashmap.h
index dd595716..8aafd24c 100644
--- a/jerry-core/ecma/base/ecma-property-hashmap.h
+++ b/jerry-core/ecma/base/ecma-property-hashmap.h
@@ -36,7 +36,7 @@ typedef struct
ecma_property_header_t header; /**< header of the property */
uint32_t max_property_count; /**< maximum property count (power of 2) */
uint32_t null_count; /**< number of NULLs in the map */
- uint32_t unused_count; /**< number of unused entires in the map */
+ uint32_t unused_count; /**< number of unused entries in the map */
/*
* The hash is followed by max_property_count ecma_cpointer_t