summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5D.c')
-rw-r--r--src/H5D.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5D.c b/src/H5D.c
index 8f8163b..2387cf9 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -791,13 +791,13 @@ done:
*
* The chunk cache parameters in the returned property lists will be
* those used by the dataset. If the properties in the file access
- * property list were used to determine the dataset’s chunk cache
+ * property list were used to determine the dataset's chunk cache
* configuration, then those properties will be present in the
* returned dataset access property list. If the dataset does not
* use a chunked layout, then the chunk cache properties will be set
* to the default. The chunk cache properties in the returned list
* are considered to be “set”, and any use of this list will override
- * the corresponding properties in the file’s file access property
+ * the corresponding properties in the file's file access property
* list.
*
* All link access properties in the returned list will be set to the
@@ -2325,7 +2325,7 @@ done:
* hid_t dset_id; IN: Chunked dataset ID
* hid_t fspace_id; IN: File dataspace ID
* hsize_t index; IN: Index of written chunk
- * hsize_t *offset OUT: Logical position of the chunk’s
+ * hsize_t *offset OUT: Logical position of the chunk's
* first element in the dataspace
* unsigned *filter_mask OUT: Mask for identifying the filters in use
* haddr_t *addr OUT: Address of the chunk
@@ -2395,7 +2395,7 @@ done:
*
* Parameters:
* hid_t dset_id; IN: Chunked dataset ID
- * hsize_t *offset IN: Logical position of the chunk’s
+ * hsize_t *offset IN: Logical position of the chunk's
* first element in the dataspace
* unsigned *filter_mask OUT: Mask for identifying the filters in use
* haddr_t *addr OUT: Address of the chunk