Skip to content

Commit eff76ca

Browse files
thugheskartben
authored andcommitted
ztest: mock: Fix typo
"Return value no used by mock" should be "Return value not used by mock". Signed-off-by: Tom Hughes <[email protected]>
1 parent 0330ff1 commit eff76ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/testsuite/ztest/src/ztest_mock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ int z_cleanup_mock(void)
329329
fail = 1;
330330
}
331331
if (return_value_list.next) {
332-
PRINT_DATA("Return value no used by mock: %s\n", return_value_list.next->fn);
332+
PRINT_DATA("Return value not used by mock: %s\n", return_value_list.next->fn);
333333
fail = 2;
334334
}
335335

0 commit comments

Comments
 (0)