diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-28 16:41:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-28 16:41:57 (GMT) |
commit | cf932610999de00867c0a0bb3a08ee3bbf39a158 (patch) | |
tree | 137cc7a05170aa3b42c7791b7c162b5b7e014742 /test/links.c | |
parent | 5db402afbb6be6a4219ccd517d0462c5c6cc26f7 (diff) | |
download | hdf5-cf932610999de00867c0a0bb3a08ee3bbf39a158.zip hdf5-cf932610999de00867c0a0bb3a08ee3bbf39a158.tar.gz hdf5-cf932610999de00867c0a0bb3a08ee3bbf39a158.tar.bz2 |
Correct issues from pull request reviews.
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/links.c b/test/links.c index cba659e..3aff68b 100644 --- a/test/links.c +++ b/test/links.c @@ -21,7 +21,7 @@ */ /* - * This file needs to access private information from the H5G package. + * This file needs to access private information from the H5FD package. * This file also needs to access the group testing code. */ #define H5FD_FRIEND /*suppress error about including H5FDpkg */ |