From fefa07c98a7ebbc4367d8bbeeef624a3649cc9da Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Tue, 2 Apr 2024 16:18:43 -0500 Subject: [PATCH] Fix typo - differetly --- test/dt_arith.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dt_arith.c b/test/dt_arith.c index 83d64bcef00..3a91ef19a14 100644 --- a/test/dt_arith.c +++ b/test/dt_arith.c @@ -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