Skip to content

Commit

Permalink
Fix typo - differetly (#4311)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Apr 2, 2024
1 parent 2f4e9b1 commit c6e26a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dt_arith.c
Original file line number Diff line number Diff line change
Expand Up @@ -4913,7 +4913,7 @@ test_conv_int_fp(const char *name, int run_test, hid_t src, hid_t dst)
/* Test library's default overflow handling:
* Hardware usually doesn't handle overflows too gracefully. The
* hardware conversion result during overflows is usually garbage
* so we must handle those cases differetly when checking results.
* so we must handle those cases differently when checking results.
*
* Test user's exception handler when overflows:
* Try to follow the except_func callback function to check if the
Expand Down

0 comments on commit c6e26a1

Please sign in to comment.