diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-09-24 06:54:00 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-09-24 06:54:00 (GMT) |
commit | 36fd53f70f3a13d5437def00377fc002bc75c116 (patch) | |
tree | 3ad60bcb9d3d80db95d0efdfc2186b517d4f73de /test/h5test.c | |
parent | 2646f917adb5b2e17404260e433dc3ed7c39a602 (diff) | |
download | hdf5-36fd53f70f3a13d5437def00377fc002bc75c116.zip hdf5-36fd53f70f3a13d5437def00377fc002bc75c116.tar.gz hdf5-36fd53f70f3a13d5437def00377fc002bc75c116.tar.bz2 |
Fixed typo
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c index aea5dc7..591266b 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -196,7 +196,7 @@ h5_clean_files(const char *base_name[], hid_t fapl) * * Purpose Clean up temporary test files. * - * When a test calls h5_fixname() get a VFD-dependent + * When a test calls h5_fixname() to get a VFD-dependent * test file name, this function can be used to clean it up. * * Return: void |