From f689f57c1e695a466036110500f327d8e910a753 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 16 Aug 2024 09:44:08 +0900 Subject: [PATCH] test: fix typo Follow-up for 538766ddf47cfd457d9c69f108c035d4d97eaba1. --- src/shared/tests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \ -- 2.25.1