projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ceb4d2
)
test: fix typo
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 16 Aug 2024 00:44:08 +0000
(09:44 +0900)
committer
Yu 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
patch
|
blob
|
history
diff --git
a/src/shared/tests.h
b/src/shared/tests.h
index d4d9aa998bd8a94ae68252426dcdec5199f3d01a..e98cc9edfbebe77b8702fba11b0bc3156315006e 100644
(file)
--- 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 fun
c
tions that return a boolean on success and a negative errno on failure. */
#define ASSERT_OK_POSITIVE(expr) \
({ \
typeof(expr) _result = (expr); \