mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Fix miscellaneous spelling mistakes
$ git ls-files | xargs codespell
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user