summaryrefslogtreecommitdiffstats
path: root/src/H5FDpublic.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-10-04 09:55:15 (GMT)
committerGitHub <noreply@github.com>2023-10-04 09:55:15 (GMT)
commit069688c3faf01607a9a7a1ddb8f26961d8b993a7 (patch)
treea6a8141136a17ab8ae0a62a9d8b60ea5fcea5ab1 /src/H5FDpublic.h
parentc423e74fbfbfe84497210e5b15db20bee8c84c3c (diff)
downloadhdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.zip
hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.gz
hdf5-069688c3faf01607a9a7a1ddb8f26961d8b993a7.tar.bz2
Fix spelling (#3633)
Diffstat (limited to 'src/H5FDpublic.h')
-rw-r--r--src/H5FDpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h
index 317299c..7464eb6 100644
--- a/src/H5FDpublic.h
+++ b/src/H5FDpublic.h
@@ -184,7 +184,7 @@ typedef enum H5F_mem_t H5FD_mem_t;
/*
* Defining H5FD_FEAT_DATA_SIEVE for a VFL driver means that
* the library will attempt to cache raw data as it is read from/written to
- * a file in a "data seive" buffer. See Rajeev Thakur's papers:
+ * a file in a "data sieve" buffer. See Rajeev Thakur's papers:
* http://www.mcs.anl.gov/~thakur/papers/romio-coll.ps.gz
* http://www.mcs.anl.gov/~thakur/papers/mpio-high-perf.ps.gz
*/