From 16bedbf070609dd54aa3b716c7da0f364a38077f Mon Sep 17 00:00:00 2001 From: Jordan Henderson Date: Thu, 27 Jun 2024 01:03:21 -0500 Subject: [PATCH] Sp. --- tools/lib/h5diff_array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c index 794829df268..adeca35ab19 100644 --- a/tools/lib/h5diff_array.c +++ b/tools/lib/h5diff_array.c @@ -3352,7 +3352,7 @@ diff_complex_element(unsigned char *mem1, unsigned char *mem2, hsize_t elem_idx, memcpy(&temp2_real, mem2, sizeof(H5__Float16)); memcpy(&temp2_imag, mem2 + base_type_size, sizeof(H5__Float16)); - /* Currently just re-use the float facilities */ + /* Currently just reuse the float facilities */ nfound += diff_float_complex((float)temp1_real, (float)temp1_imag, (float)temp2_real, (float)temp2_imag, elem_idx, opts); }