summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-10-03 16:01:28 (GMT)
committerGitHub <noreply@github.com>2023-10-03 16:01:28 (GMT)
commit34fcb9c5a480c70d43c85373850f91d079b3a179 (patch)
tree13a646eecb112484660e792239808efb94c34ef1 /java
parent4261552068d5ffd7bd708db92aea99793a1bcf2a (diff)
downloadhdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.zip
hdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.tar.gz
hdf5-34fcb9c5a480c70d43c85373850f91d079b3a179.tar.bz2
Fix several spelling/grammar issues (#3621)
Diffstat (limited to 'java')
-rw-r--r--java/src/hdf/hdf5lib/H5.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java
index 7702990..388ba18 100644
--- a/java/src/hdf/hdf5lib/H5.java
+++ b/java/src/hdf/hdf5lib/H5.java
@@ -9434,10 +9434,10 @@ public class H5 implements java.io.Serializable {
/**
* @ingroup JH5P
*
- * H5Pset_sieve_buf_size Sets the maximum size of the data seive buffer used for file
+ * H5Pset_sieve_buf_size Sets the maximum size of the data sieve buffer used for file
* drivers which are capable of using data sieving. The data sieve
* buffer is used when performing I/O on datasets in the file. Using a
- * buffer which is large anough to hold several pieces of the dataset
+ * buffer which is large enough to hold several pieces of the dataset
* being read in for hyperslab selections boosts performance by quite a
* bit.
* <p>
@@ -9448,7 +9448,7 @@ public class H5 implements java.io.Serializable {
* @param fapl_id
* IN: Identifier of property list to modify.
* @param size
- * IN: maximum size of the data seive buffer.
+ * IN: maximum size of the data sieve buffer.
*
* @exception HDF5LibraryException
* Error from the HDF5 Library.