Skip to content

Commit

Permalink
Fix typo: look -> loop (#3866)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Nov 21, 2023
1 parent cf2f95e commit 37c75e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/h5dump/h5dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ parse_command_line(int argc, const char *const *argv)
* 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
Expand Down

0 comments on commit 37c75e0

Please sign in to comment.