summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-09-03 19:29:21 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-09-03 19:29:21 (GMT)
commite9c038fcff630d4c56cb54c93fba598e6344e00c (patch)
treebebe367f9e58c9d195b1c54f10a7c3f4f5a1e65b
parentabed0bd5a04491f2497ab8367c5dc23f34481e20 (diff)
downloadhdf5-e9c038fcff630d4c56cb54c93fba598e6344e00c.zip
hdf5-e9c038fcff630d4c56cb54c93fba598e6344e00c.tar.gz
hdf5-e9c038fcff630d4c56cb54c93fba598e6344e00c.tar.bz2
[svn-r9205] Purpose:
updated some commnents regarding the latest cray bug fix Description: Solution: Platforms tested: Misc. update:
-rw-r--r--src/H5Rpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Rpublic.h b/src/H5Rpublic.h
index bef73db..00a1fbd 100644
--- a/src/H5Rpublic.h
+++ b/src/H5Rpublic.h
@@ -62,7 +62,7 @@ typedef struct {
/* Dataset Region reference structure for user's code */
typedef struct {
unsigned char heapid[H5R_DSET_REG_REF_BUF_SIZE]; /* Buffer to store heap ID and index */
- /* Needs to be large enough to store largest haddr_t in a worst case machine (ie. 8 bytes currently) plus an int (4 bytes typically, but could be 8 bytes) */
+/* Needs to be large enough to store largest haddr_t in a worst case machine (ie. 8 bytes currently) plus an int */
} hdset_reg_ref_t;
/* Publicly visible datastructures */