summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-19 14:20:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-19 14:20:34 (GMT)
commitf649cb59384ea5001a9c6468ec0ea20e57542562 (patch)
tree0da6f44606235f20aede272b5865022303e7dc23 /src
parent7705120f1e627ce60274225720e06d18a7062e85 (diff)
downloadhdf5-f649cb59384ea5001a9c6468ec0ea20e57542562.zip
hdf5-f649cb59384ea5001a9c6468ec0ea20e57542562.tar.gz
hdf5-f649cb59384ea5001a9c6468ec0ea20e57542562.tar.bz2
Comment fixes
Diffstat (limited to 'src')
-rw-r--r--src/H5FDdirect.c18
-rw-r--r--src/H5FDhdfs.c2
2 files changed, 10 insertions, 10 deletions
diff --git a/src/H5FDdirect.c b/src/H5FDdirect.c
index bd532be..e1831a6 100644
--- a/src/H5FDdirect.c
+++ b/src/H5FDdirect.c
@@ -27,15 +27,15 @@
* this file. */
/* #define _XOPEN_SOURCE 600 */
-#include "H5private.h" /* Generic Functions */
-#include "H5Eprivate.h" /* Error handling */
-#include "H5Fprivate.h" /* File access */
-#include "H5FDprivate.h" /* File drivers */
-#include "H5FDdirect.h" /* Direct file driver */
-#include "H5FLprivate.h" /* Free Lists */
-#include "H5Iprivate.h" /* IDs */
-#include "H5MMprivate.h" /* Memory management */
-#include "H5Pprivate.h" /* Property lists */
+#include "H5private.h" /* Generic Functions */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5Fprivate.h" /* File access */
+#include "H5FDprivate.h" /* File drivers */
+#include "H5FDdirect.h" /* Direct file driver */
+#include "H5FLprivate.h" /* Free Lists */
+#include "H5Iprivate.h" /* IDs */
+#include "H5MMprivate.h" /* Memory management */
+#include "H5Pprivate.h" /* Property lists */
#ifdef H5_HAVE_DIRECT
diff --git a/src/H5FDhdfs.c b/src/H5FDhdfs.c
index d5a375d..50e5952 100644
--- a/src/H5FDhdfs.c
+++ b/src/H5FDhdfs.c
@@ -596,7 +596,7 @@ done:
* Function: H5Pset_fapl_hdfs
*
* Purpose: Modify the file access property list to use the H5FD_HDFS
- * driver defined in this source file. All driver specfic
+ * driver defined in this source file. All driver specific
* properties are passed in as a pointer to a suitably
* initialized instance of H5FD_hdfs_fapl_t
*