summaryrefslogtreecommitdiffstats
path: root/src/H5FDhdfs.c
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/H5FDhdfs.c
parent7705120f1e627ce60274225720e06d18a7062e85 (diff)
downloadhdf5-f649cb59384ea5001a9c6468ec0ea20e57542562.zip
hdf5-f649cb59384ea5001a9c6468ec0ea20e57542562.tar.gz
hdf5-f649cb59384ea5001a9c6468ec0ea20e57542562.tar.bz2
Comment fixes
Diffstat (limited to 'src/H5FDhdfs.c')
-rw-r--r--src/H5FDhdfs.c2
1 files changed, 1 insertions, 1 deletions
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
*