summaryrefslogtreecommitdiffstats
path: root/src/H5PB.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-03-13 19:17:39 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-03-13 19:17:39 (GMT)
commit3d51febb376ef95fdaa34c9334003f4e85ff2a21 (patch)
treefa26532e109d7cb8262df480f09d9a053b9ed262 /src/H5PB.c
parentae351c237637c4d32dd7f719978c0f406c16b13a (diff)
downloadhdf5-3d51febb376ef95fdaa34c9334003f4e85ff2a21.zip
hdf5-3d51febb376ef95fdaa34c9334003f4e85ff2a21.tar.gz
hdf5-3d51febb376ef95fdaa34c9334003f4e85ff2a21.tar.bz2
Fix spelling, alread -> already. NFCI.
Diffstat (limited to 'src/H5PB.c')
-rw-r--r--src/H5PB.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5PB.c b/src/H5PB.c
index 5be477b..0603d64 100644
--- a/src/H5PB.c
+++ b/src/H5PB.c
@@ -3887,10 +3887,10 @@ H5PB__write_meta(H5F_shared_t *shared, H5FD_mem_t type, haddr_t addr,
*
* 2) Overwrite the image of the entry with the write buffer.
*
- * 3) If the entry is not alread on the tick list, add it to
+ * 3) If the entry is not already on the tick list, add it to
* the tick list.
*
- * 4) If the entry is not alread on the delayed write list,
+ * 4) If the entry is not already on the delayed write list,
* test to see if it should be, and move it from the
* LRU to the delayed write list and set the delay_write_until
* field appropriately.