test: fix typo

Follow-up for 538766ddf4.
This commit is contained in:
Yu Watanabe 2024-08-16 09:44:08 +09:00
parent 3ceb4d2438
commit f689f57c1e

View File

@ -217,7 +217,7 @@ static inline int run_test_table(void) {
} \
})
/* For funtions that return a boolean on success and a negative errno on failure. */
/* For functions that return a boolean on success and a negative errno on failure. */
#define ASSERT_OK_POSITIVE(expr) \
({ \
typeof(expr) _result = (expr); \