summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2020-06-30 05:57:46 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2020-06-30 05:57:46 (GMT)
commitb155a777629e991374fa2f8609719cb861de4cc2 (patch)
treedf74300cb27be9f465dd0b27554c34d1645e8a30 /src
parent7c006fd7617d54ab1b97e9aa1d7d8600385f3f3f (diff)
downloadhdf5-b155a777629e991374fa2f8609719cb861de4cc2.zip
hdf5-b155a777629e991374fa2f8609719cb861de4cc2.tar.gz
hdf5-b155a777629e991374fa2f8609719cb861de4cc2.tar.bz2
Changed wording in comment.
Diffstat (limited to 'src')
-rw-r--r--src/H5Fsuper.c4
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")
}