mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r15547] fix typos
tested: linux
This commit is contained in:
parent
7d451b6fbc
commit
d78821d619
@ -104,7 +104,7 @@ typedef struct {
|
||||
int latest; /*pack file with the latest file format */
|
||||
int grp_compact; /* Set the maximum number of links to store as header messages in the group */
|
||||
int grp_indexed; /* Set the minimum number of links to store in the indexed format */
|
||||
int msg_size[8]; /* Minumum size of shared messages: dataspace,
|
||||
int msg_size[8]; /* Minimum size of shared messages: dataspace,
|
||||
datatype, fill value, filter pipleline, attribute */
|
||||
const char *ublock_filename; /* user block file name */
|
||||
int ublock_size; /* user block size */
|
||||
|
@ -33,7 +33,7 @@ extern char *progname;
|
||||
*/
|
||||
#define FORMAT_OBJ " %-27s %s\n" /* obj type, name */
|
||||
#define FORMAT_OBJ_ATTR " %-27s %s\n" /* obj type, name */
|
||||
#define USERBLOCK_XFER_SIZE 512 /* Size of buffer/# of bytes to xfer at a time when copying userblock */
|
||||
#define USERBLOCK_XFER_SIZE 512 /* size of buffer/# of bytes to xfer at a time when copying userblock */
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* local functions
|
||||
|
Loading…
Reference in New Issue
Block a user