Fix miscellaneous spelling mistakes

$ git ls-files | xargs codespell
This commit is contained in:
Richard W.M. Jones
2025-04-29 19:05:07 +01:00
parent ca87485eea
commit 9b32056061
20 changed files with 22 additions and 22 deletions

View File

@@ -187,7 +187,7 @@ extern Hash_table *hash_xinitialize (size_t candidate,
Hash_data_freer data_freer);
/* Make all buckets empty, placing any chained entries on the free list.
Apply the user-specified function data_freer (if any) to the datas of any
Apply the user-specified function data_freer (if any) to the data of any
affected entries. */
extern void hash_clear (Hash_table *table);