diff options
author | Christian Chilan <chilan@hdfgroup.org> | 2009-04-07 17:08:41 (GMT) |
---|---|---|
committer | Christian Chilan <chilan@hdfgroup.org> | 2009-04-07 17:08:41 (GMT) |
commit | 8090374d00151ad0b0202967eafcbf9057e7ab62 (patch) | |
tree | e9d115c2f2f84f9ad21f85b5fc98cd4b7b4bebc7 /testpar | |
parent | 858cb12fe42008021362903bda747c64859212f9 (diff) | |
download | hdf5-8090374d00151ad0b0202967eafcbf9057e7ab62.zip hdf5-8090374d00151ad0b0202967eafcbf9057e7ab62.tar.gz hdf5-8090374d00151ad0b0202967eafcbf9057e7ab62.tar.bz2 |
[svn-r16683] Minor change in comments.
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_chunk_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_chunk_alloc.c b/testpar/t_chunk_alloc.c index 6a2756b..250a63a 100644 --- a/testpar/t_chunk_alloc.c +++ b/testpar/t_chunk_alloc.c @@ -196,7 +196,7 @@ create_chunked_dataset(const char *filename, int chunk_factor, write_type write_ * This program performs three different types of parallel access. It writes on * the entire dataset, it extends the dataset to nchunks*CHUNK_SIZE, and it only * opens the dataset. At the end, it verifies the size of the dataset to be - * consistent with argument 'nchunks'. + * consistent with argument 'chunk_factor'. */ static void parallel_access_dataset(const char *filename, int chunk_factor, access_type action, hid_t *file_id, hid_t *dataset) |