Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Nov 7, 2023
1 parent 3572c9c commit 198f1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Tinit_float.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ H5T__init_native_float_types(void)
FUNC_ENTER_PACKAGE

/* Turn off floating-point exceptions while initializing to avoid
* tripping over signalling NaNs while looking at "don't care" bits.
* tripping over signaling NaNs while looking at "don't care" bits.
*/
if (feholdexcept(&saved_fenv) != 0)
HSYS_GOTO_ERROR(H5E_DATATYPE, H5E_CANTSET, FAIL, "can't save floating-point environment");
Expand Down

0 comments on commit 198f1d0

Please sign in to comment.