From: Yu Watanabe Date: Fri, 16 Aug 2024 00:44:08 +0000 (+0900) Subject: test: fix typo X-Git-Tag: v257-rc1~693 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f689f57c1e695a466036110500f327d8e910a753;p=thirdparty%2Fsystemd.git test: fix typo Follow-up for 538766ddf47cfd457d9c69f108c035d4d97eaba1. --- diff --git a/src/shared/tests.h b/src/shared/tests.h index d4d9aa998bd..e98cc9edfbe 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); \