diff -r 14ca894190fd -r b642eca4b956 src/cx/test.h --- a/src/cx/test.h Tue Nov 26 22:00:03 2024 +0100 +++ b/src/cx/test.h Tue Nov 26 22:16:27 2024 +0100 @@ -155,8 +155,9 @@ } /** - * Destroys a test suite. - * @param suite the test suite to destroy + * Deallocates a test suite. + * + * @param suite the test suite to free */ static inline void cx_test_suite_free(CxTestSuite* suite) { if (suite == NULL) return;