summaryrefslogtreecommitdiffstats
path: root/testpar/t_chunk_alloc.c
diff options
context:
space:
mode:
authorChristian Chilan <chilan@hdfgroup.org>2009-04-07 17:08:41 (GMT)
committerChristian Chilan <chilan@hdfgroup.org>2009-04-07 17:08:41 (GMT)
commit8090374d00151ad0b0202967eafcbf9057e7ab62 (patch)
treee9d115c2f2f84f9ad21f85b5fc98cd4b7b4bebc7 /testpar/t_chunk_alloc.c
parent858cb12fe42008021362903bda747c64859212f9 (diff)
downloadhdf5-8090374d00151ad0b0202967eafcbf9057e7ab62.zip
hdf5-8090374d00151ad0b0202967eafcbf9057e7ab62.tar.gz
hdf5-8090374d00151ad0b0202967eafcbf9057e7ab62.tar.bz2
[svn-r16683] Minor change in comments.
Diffstat (limited to 'testpar/t_chunk_alloc.c')
-rw-r--r--testpar/t_chunk_alloc.c2
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)