summaryrefslogtreecommitdiffstats
path: root/sal/android/uthash.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/android/uthash.h')
-rw-r--r--sal/android/uthash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/android/uthash.h b/sal/android/uthash.h
index fe9d13d79f9f..5884108b856e 100644
--- a/sal/android/uthash.h
+++ b/sal/android/uthash.h
@@ -76,7 +76,7 @@ typedef unsigned int uint32_t;
#define HASH_INITIAL_NUM_BUCKETS_LOG2 5 /* lg2 of initial number of buckets */
#define HASH_BKT_CAPACITY_THRESH 10 /* expand when bucket count reaches */
-/* calculate the element whose hash handle address is hhe */
+/* calculate the element whose hash handle address is the */
#define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho)))
#define HASH_FIND(hh,head,keyptr,keylen,out) \