diff --git a/src/shared/tests.h b/src/shared/tests.h index d4d9aa998b..e98cc9edfb 100644 --- a/src/shared/tests.h +++ b/src/shared/tests.h @@ -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); \