diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2020-10-16 16:10:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-16 16:10:35 (GMT) |
commit | 9bd2102b7747b255b570d428399151296baa17d1 (patch) | |
tree | ec69c69944fba94f3586c804b36091fa88d76b0c /src | |
parent | e6cda4817b303e2f984a31a8c20dd12f326772c5 (diff) | |
download | hdf5-9bd2102b7747b255b570d428399151296baa17d1.zip hdf5-9bd2102b7747b255b570d428399151296baa17d1.tar.gz hdf5-9bd2102b7747b255b570d428399151296baa17d1.tar.bz2 |
Update javadoc comments to reduce warnings (#41)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5FDhdfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDhdfs.c b/src/H5FDhdfs.c index 569b889..e1b06d3 100644 --- a/src/H5FDhdfs.c +++ b/src/H5FDhdfs.c @@ -593,7 +593,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 * |