aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Transceiver52M/convolve_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Transceiver52M/convolve_test.c')
-rw-r--r--tests/Transceiver52M/convolve_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Transceiver52M/convolve_test.c b/tests/Transceiver52M/convolve_test.c
index cda5385..168c847 100644
--- a/tests/Transceiver52M/convolve_test.c
+++ b/tests/Transceiver52M/convolve_test.c
@@ -146,9 +146,9 @@ struct test_vec
float *h;
float *y;
- int x_len; /* Theses are in # of _floats_ ! */
- int h_len; /* Theses are in # of _floats_ ! */
- int y_len; /* Theses are in # of _floats_ ! */
+ int x_len; /* These are in # of _floats_ ! */
+ int h_len; /* These are in # of _floats_ ! */
+ int y_len; /* These are in # of _floats_ ! */
};
/* Reset test vectors */