From c9bbf8f62629e39b9451741c06eeffe21c3066c8 Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:43:17 -0700 Subject: [PATCH] Fix typo and clarify comment --- h5_test/tst_h_files4.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/h5_test/tst_h_files4.c b/h5_test/tst_h_files4.c index 25491ade2..0d61fdea8 100644 --- a/h5_test/tst_h_files4.c +++ b/h5_test/tst_h_files4.c @@ -54,8 +54,9 @@ op_func (hid_t g_id, const char *name, strcpy((char *)op_data, name); #if H5_VERSION_LE(1, 10, 11) || defined(H5_USE_110_API_DEFAULT) || defined(H5_USE_18_API_DEFAULT) || defined(H5_USE_16_API_DEFAULT) /* This library is either 1.10.11 (the last 1.10 release) or earlier - * OR this a later version of the library built with a 1.10 or - * earlier API. + * OR this is a later version of the library built with a 1.10 or + * earlier API (earlier versions did not define their own USE + * API symbol). */ if ((id = H5Oopen_by_addr(g_id, info->u.address)) < 0) ERR; #else