diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2020-06-30 05:57:46 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2020-06-30 05:57:46 (GMT) |
commit | b155a777629e991374fa2f8609719cb861de4cc2 (patch) | |
tree | df74300cb27be9f465dd0b27554c34d1645e8a30 | |
parent | 7c006fd7617d54ab1b97e9aa1d7d8600385f3f3f (diff) | |
download | hdf5-b155a777629e991374fa2f8609719cb861de4cc2.zip hdf5-b155a777629e991374fa2f8609719cb861de4cc2.tar.gz hdf5-b155a777629e991374fa2f8609719cb861de4cc2.tar.bz2 |
Changed wording in comment.
-rw-r--r-- | src/H5Fsuper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fsuper.c b/src/H5Fsuper.c index 459a046..9fd2831 100644 --- a/src/H5Fsuper.c +++ b/src/H5Fsuper.c @@ -898,9 +898,9 @@ H5F__super_read(H5F_t *f, H5P_genplist_t *fa_plist, hbool_t initial_read) else { if(H5F__super_ext_remove_msg(f, H5O_FSINFO_ID) < 0) { -#if 1 /* when removing "KLUGE ALERT" above, tidy this up as well */ /* BMR */ +#if 1 /* bug fix test code -- tidy this up if all goes well */ /* JRM */ f->shared->sblock = NULL; -#endif /* BMR */ +#endif /* JRM */ HGOTO_ERROR(H5E_FILE, H5E_CANTDELETE, FAIL, "error in removing message from superblock extension") } |