[svn-r16647] fix typo

This commit is contained in:
Pedro Vicente Nunes
2009-04-01 14:03:19 -05:00
parent cd43ca3bf7
commit 817acf2cdc

View File

@@ -170,7 +170,7 @@ Bug Fixes since HDF5-1.8.2
-----
- h5dump, h5diff, h5repack were not reading (by hyperslabs) datasets
that have a datatype datum size greater than H5TOOLS_BUFSIZE, a
constant define as 1024Kb, such as array types with large
constant defined as 1024Kb, such as array types with large
dimensions. PVN - 2009/4/1 - 1501
- h5import: By selecting a compression type, a big endian byte order was being
selected. PVN - 2009/3/11 - 1462