summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5D.c')
-rw-r--r--src/H5D.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5D.c b/src/H5D.c
index 4a55b64..fb927a3 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -2350,15 +2350,15 @@ H5D_typeof (H5D_t *dset)
/*-------------------------------------------------------------------------
- * Function: H5D_get_file
+ * Function: H5D_get_file
*
- * Purpose: Returns the dataset's file pointer.
+ * Purpose: Returns the dataset's file pointer.
*
- * Return: Success: Ptr to the dataset's file pointer.
+ * Return: Success: Ptr to the dataset's file pointer.
*
- * Failure: NULL
+ * Failure: NULL
*
- * Programmer: Quincey Koziol
+ * Programmer: Quincey Koziol
* Thursday, October 22, 1998
*
* Modifications: