Fix typos in code comments and ChangeLog

This commit is contained in:
Even Rouault
2022-02-25 00:14:47 +01:00
parent 66cce0a1d7
commit 3bb54f97e7
5 changed files with 12 additions and 12 deletions

View File

@@ -353,7 +353,7 @@ static _LH_INLINE struct lh_entry *lh_table_head(const lh_table *t)
/**
* Calculate the hash of a key for a given table.
*
* This is an exension to support functions that need to calculate
* This is an extension to support functions that need to calculate
* the hash several times and allows them to do it just once and then pass
* in the hash to all utility functions. Depending on use case, this can be a
* considerable performance improvement.