diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-08-17 23:31:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 23:31:54 (GMT) |
commit | e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681 (patch) | |
tree | 4c8b59017d93c74501fbbddb20282939d70e8289 /tools/test | |
parent | 9304f277e8597d39ac60b9d14b309c3462938d1c (diff) | |
download | hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.zip hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.tar.gz hdf5-e6f16c0ec2f643218b1ba527bb92fc1bb7b2e681.tar.bz2 |
Fixes codespell issues (#2032)
* Fixes codespell issues
* Fixed another typo
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/perform/overhead.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/perform/overhead.c b/tools/test/perform/overhead.c index 38c7f0a..8034959 100644 --- a/tools/test/perform/overhead.c +++ b/tools/test/perform/overhead.c @@ -176,7 +176,7 @@ test(fill_t fill_style, const double splits[], hbool_t verbose, hbool_t use_rdcc hsize_t hs_count[1] = {1}; /*hyperslab nelmts */ int fd = (-1); /*h5 file direct */ int *had = NULL; /*for random filling */ - const char *sname = NULL; /*fill style nam */ + const char *sname = NULL; /*fill style name */ int mdc_nelmts; /*num meta objs to cache*/ hsize_t i, k; int j; |