From d7485d7136a24e9685814aceb31a94c83e7b54af Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 12 Oct 2022 12:52:43 +0200 Subject: [PATCH] Fix typo --- src/maths/cmaths/cmath2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maths/cmaths/cmath2.c b/src/maths/cmaths/cmath2.c index 0b94affaf..ee6cebd63 100644 --- a/src/maths/cmaths/cmath2.c +++ b/src/maths/cmaths/cmath2.c @@ -535,7 +535,7 @@ cx_unitvec(void *data, short int type, int length, int *newlength, short int *ne * cx_something(data1, data2, datatype1, datatype2, length) * * The length of the two data vectors is always the same, and is the length - * of the result. The result type is complex iff one of the args is + * of the result. The result type is complex if one of the args is * complex. */