diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2023-11-21 16:53:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 16:53:17 (GMT) |
commit | 37c75e057b1dadc1837ba5ae351565f8763fe89c (patch) | |
tree | 04a8959fa74e628f40215f228f82d540638242df /tools/src/h5dump | |
parent | cf2f95e1b47bc3274859e8b23f10894f1431e4a9 (diff) | |
download | hdf5-37c75e057b1dadc1837ba5ae351565f8763fe89c.zip hdf5-37c75e057b1dadc1837ba5ae351565f8763fe89c.tar.gz hdf5-37c75e057b1dadc1837ba5ae351565f8763fe89c.tar.bz2 |
Fix typo: look -> loop (#3866)
Diffstat (limited to 'tools/src/h5dump')
-rw-r--r-- | tools/src/h5dump/h5dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5dump/h5dump.c b/tools/src/h5dump/h5dump.c index a1a6de0..8fce1ca 100644 --- a/tools/src/h5dump/h5dump.c +++ b/tools/src/h5dump/h5dump.c @@ -1089,7 +1089,7 @@ parse_start: * for subsetting: "--start", "--stride", "--count", and "--block" * which can come in any order. If we run out of parameters (EOF) * or run into one which isn't a subsetting parameter (NOT s, S, - * c, or K), then we exit the do-while look, set the subset_info + * c, or K), then we exit the do-while loop, set the subset_info * to the structure we've been filling. If we've reached the end * of the options, we exit the parsing (goto parse_end) otherwise, * since we've "read" the next option, we need to parse it. So we |