From fc6df55f356e355b1787104f9fe28d6e3c4c2fcb Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Wed, 18 Oct 2023 02:25:23 -0400 Subject: [PATCH] Fixed typos --- src/H5Ppublic.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 47c5df1ff74..1c98b0b0496 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -4928,12 +4928,8 @@ H5_DLL herr_t H5Pset_gc_references(hid_t fapl_id, unsigned gc_ref); * \li The library will create objects with the latest format * versions available to library release 1.8.x. * \li The library will allow objects to be created with the latest - * format versions available to library release 1.10.x. - * Since 1.10.x is also #H5F_LIBVER_LATEST, there is no upper - * limit on the format versions to use. For example, if a - * newer format version is required to support a feature e.g. - * virtual dataset, this setting will allow the object to be - * created. + * format versions available to library release 1.10.x. Note + * that 1.10.11 is the last release of the 1.10 series. * \li API calls that create objects or features that are * available to versions of the library greater than 1.10.x * release will fail. @@ -4992,7 +4988,8 @@ H5_DLL herr_t H5Pset_gc_references(hid_t fapl_id, unsigned gc_ref); * \li The library will create objects with the latest format * versions available to library release 1.10.x. * \li The library will allow objects to be created with the latest - * format versions available to library release 1.10.x. + * format versions available to library release 1.10.x. Note + * that 1.10.11 is the last release of the 1.10 series. * \li The objects written with this setting may be * accessible to a smaller range of library versions than * would be the case if low is set to #H5F_LIBVER_EARLIEST.