test: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 Aug 2024 00:44:08 +0000 (09:44 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 Aug 2024 00:44:21 +0000 (09:44 +0900)
Follow-up for 538766ddf47cfd457d9c69f108c035d4d97eaba1.

src/shared/tests.h

index d4d9aa998bd8a94ae68252426dcdec5199f3d01a..e98cc9edfbebe77b8702fba11b0bc3156315006e 100644 (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);                                                                  \