diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2022-01-04 16:59:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 16:59:54 (GMT) |
commit | 227d7d927b30a133b3819b051e75c8c44c91b753 (patch) | |
tree | 0d9ccfbe6a563caf997306f4f2352dd8f2b59988 /src | |
parent | 6fc53b39a2055f175ecc0bff4f51143683383eb9 (diff) | |
download | hdf5-227d7d927b30a133b3819b051e75c8c44c91b753.zip hdf5-227d7d927b30a133b3819b051e75c8c44c91b753.tar.gz hdf5-227d7d927b30a133b3819b051e75c8c44c91b753.tar.bz2 |
Fix typo. (#1301)
If the are -> If they are
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Dio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c index 1a71ce2..1ea3f07 100644 --- a/src/H5Dio.c +++ b/src/H5Dio.c @@ -165,7 +165,7 @@ H5D__read(H5D_t *dataset, hid_t mem_type_id, H5S_t *mem_space, H5S_t *file_space * difficulties with the notion. * * To solve this, we check to see if H5S_select_shape_same() returns true, - * and if the ranks of the mem and file spaces are different. If the are, + * and if the ranks of the mem and file spaces are different. If they are, * construct a new mem space that is equivalent to the old mem space, and * use that instead. * |