summaryrefslogtreecommitdiffstats
path: root/test/dt_arith.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dt_arith.c')
-rw-r--r--test/dt_arith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c
index c006c49..a26945f 100644
--- a/test/dt_arith.c
+++ b/test/dt_arith.c
@@ -2817,7 +2817,7 @@ test_conv_flt_1(const char *name, int run_test, hid_t src, hid_t dst)
int status; /*child exit status */
/*
- * Some systems generage SIGFPE during floating point overflow and we
+ * Some systems generate SIGFPE during floating point overflow and we
* cannot assume that we can continue from such a signal. Therefore, we
* fork here and let the child run the test and return the number of
* failures with the exit status.